/[H9]/trunk/tntnet/dynamic/header.ecpp
ViewVC logotype

Diff of /trunk/tntnet/dynamic/header.ecpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 79 by torben, Wed Nov 28 14:00:17 2007 UTC revision 80 by torben, Wed Nov 28 14:27:51 2007 UTC
# Line 31  reply.setHeader("Expires",  "Mon, 26 Jul Line 31  reply.setHeader("Expires",  "Mon, 26 Jul
31          top: 0px;          top: 0px;
32          left: 0px;          left: 0px;
33          width: 170px;          width: 170px;
34          min-height: 420px;          min-height: 500px;
35          border-width: 1px;          border-width: 1px;
36          border-color: black;          border-color: black;
37          border-style: solid;          border-style: solid;
# Line 84  h2 { Line 84  h2 {
84  if (userName.size() > 0) {  if (userName.size() > 0) {
85  }>  }>
86    <p class="menu">Logged in as <$ userName $></p>    <p class="menu">Logged in as <$ userName $></p>
87      <a class="menu" href="adm_custom">Customer admin</a><br>
88      <{
89      if (isAdmin) {
90      }>
91      <a class="menu" href="adm_users">User admin</a><br>
92      <{
93      } else {
94      }>
95      <div class="menu">User admin</div><br>
96      <{
97      } // end if/else isadmin
98      }>
99    
100      <br>
101    <a class="menu" href="logout">Logout</a><br>    <a class="menu" href="logout">Logout</a><br>
102    
103  <{  <{

Legend:
Removed from v.79  
changed lines
  Added in v.80

  ViewVC Help
Powered by ViewVC 1.1.20