| [ Index ] |
PHP Cross Reference of Drupal 6 (heimberg) |
[Summary view] [Print] [Text view]
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 4 5 <title>Content Managment Home</title> 6 <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> 7 8 <link href="../css/styles_plus_one.css" rel="stylesheet" type="text/css" /> 9 <link href="../css/styles_plus_two.css" rel="stylesheet" type="text/css" /> 10 <link href="../css/styles.css" rel="stylesheet" type="text/css" /> 11 <script src="../Scripts/AC_RunActiveContent.js" type="text/javascript"></script> 12 <script src="../Scripts/utility.js" type="text/javascript"></script> 13 14 15 <meta name="generator" content="Adobe GoLive 5" /> 16 </head> 17 18 <body> 19 <div id="wrapper"> 20 <div id="topBar"><a href="../site_search.html">Search</a><a href="../faqs.html">FAQs</a><a href="../sitemap.html">Site Map</a></div> 21 <div id="headerBar"><script type="text/javascript"> 22 AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','770','height','120','src','../swf/header2','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','../swf/header2' ); //end AC code 23 </script><noscript> 24 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="770" height="120"> 25 <param name="movie" value="../swf/header2.swf" /> 26 <param name="quality" value="high" /> 27 <embed src="../swf/header2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="770" height="120"></embed> 28 </object></noscript> 29 </div> 30 <div id="navBar"> 31 <a href="../index.html" class="menuItem">Home</a> 32 <a href="../firm/our_firm.html" class="menuItem">Our Firm</a> 33 <a href="../results/verdicts_settlements.html" class="menuItem">Verdicts & Settlements</a> 34 <a href="../practices/our_practices.html" class="menuItem">Our Practices</a> 35 <a href="../attorneys/attorneys_staff.html" class="menuItem">Our Attorneys</a> 36 <a href="resources.html" class="menuItem">Resources</a> 37 <a href="../community/community_outreach.html" class="menuItem">Community Outreach</a> 38 <a href="../contact/contact.html" class="menuItem">Contact Us</a> </div> 39 40 41 <div id="mainBody"> 42 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 43 <tr> 44 <td id="leftNav"> 45 <a href="the_guide.php" class="subNav">THE GUIDE</a> 46 <br/> 47 </td> 48 <td id="contentArea"> 49 <h1>Content Management </h1> 50 51 <?php 52 $password = "medmal123"; 53 print "cookie: ".$_COOKIE["HLGCMPW"] . "<br>"."password: $_REQUEST[password] <br>" ; 54 55 //see if correct password is stored in a cookie or was passed in 56 if ($_COOKIE["HLGCMPW"] == $password || $_REQUEST[password] == $password) 57 ///$password = $_REQUEST[password]; 58 59 /// if ($password == "medmal123") 60 { 61 ?> 62 <script language="javascript">setCMCookie('<?php echo $password ?>');</script> 63 <h2>Manage Categories</h2> 64 <p><a href="add_category.php" class="indented">Add a Category</a></p> 65 <p><a href="delete_category.php" class="indented">Delete a Category</a></p> 66 <p><a href="update_category_chooser.php" class="indented">Modify a Category</a></p> 67 <br/> 68 <h2>Manage Organizations</h2> 69 <p><a href="add_organization.php" class="indented">Add an Organization</a></p> 70 <p><a href="delete_organization.php" class="indented">Delete an Organization</a></p> 71 <p><a href="update_organization_chooser.php" class="indented">Modify an Organization</a></p> 72 <?php 73 } 74 else 75 { ?> 76 <p>Please enter the password:<br /> 77 <form name="frmPassword" method="post" action="content_management.php"> 78 <input type="password" name="password" /><br/> 79 <input type="submit" style="margin-top: 10px; margin-bottom: 10px;" name="btnSubmit" value="Submit"/> 80 </form> <?php 81 82 } 83 84 ?> </td> 85 </tr> 86 </table> 87 </div> 88 <div id="addressBar">1801 Century Park East - Suite 1920 - Los Angeles CA 90067 | TEL: (310) 553-1799 | Toll-Free: (800) 425-5557<br /> 89 2700 N. Central Avenue - Suite 1400 - Phoenix AZ 85004 | TEL: (602) 285-4406 | Toll-Free: (800) 425-5557</div> 90 <div id="footerBar"> 91 <table width="100%" border="0" cellspacing="0" cellpadding="0"> 92 <tr> 93 <td style="padding-left:12px">© Copyright 2006 Heimberg Law Group, LLP. All Rights Reserved. </td> 94 <td align="right" style="padding-right:12px"><a href="../disclaimer.html">Disclaimer</a></td> 95 </tr> 96 </table> 97 </div> 98 </div> 99 </body> 100 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 23 13:22:29 2011 | Cross-referenced by PHPXref 0.7 |