Ignore:
Timestamp:
2004-12-06T11:44:03+13:00 (20 years ago)
Author:
schweer
Message:

user authentication works; user information and subscriptions/predicates are stored to thedatabase

Location:
trunk/gsdl3/packages/gsdl-as/web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/packages/gsdl-as/web/form.css

    r8724 r8738  
    4040    color: #555;
    4141    border-top: 10px solid #CCC;
     42    font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
    4243}
    4344
     
    4950#progress td.current {
    5051    background-color: #F0E68C;
    51     font-style: italic;
    5252    color: #000;
    5353}
  • trunk/gsdl3/packages/gsdl-as/web/index.html

    r8720 r8738  
    1717            <ul>
    1818                <li>
     19                    <a href="/alerting/service?action=showLoginForm">Log in</a></li>
     20                </li>
     21                <li>
    1922                    <a href="subscribe.html">Create</a> a subscription.</li>
    2023                <li>
    21                     <a href="service?action=listSubscriptions">View and edit</a> your existing subscriptions.</li>
     24                    <a href="/alerting/service?action=listSubscriptions">View and edit</a> your existing subscriptions.</li>
    2225                <li>
    2326                    <a href="about.html">Read more</a> about the alerting service.</li>
     27                <li>
     28                    <a href="/alerting/service?action=logout">Log out</a></li?
    2429            </ul>
    2530        </div>
Note: See TracChangeset for help on using the changeset viewer.