Changeset 1659
- Timestamp:
- 12/07/07 00:28:49
- Files:
-
- trunk/deployment/webadmin/webapp/resources/default/default/default.css (modified) (4 diffs)
- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (modified) (5 diffs)
- trunk/deployment/webadmin/webapp/resources/resources/bwAdminAddCategoryIcon.jpg (added)
- trunk/deployment/webadmin/webapp/resources/resources/bwAdminAddContactIcon.jpg (added)
- trunk/deployment/webadmin/webapp/resources/resources/bwAdminAddEventIcon.jpg (added)
- trunk/deployment/webadmin/webapp/resources/resources/bwAdminAddLocationIcon.jpg (added)
- trunk/deployment/webadmin/webapp/resources/resources/bwAdminManageCatsIcon.jpg (added)
- trunk/deployment/webadmin/webapp/resources/resources/bwAdminManageContactsIcon.jpg (added)
- trunk/deployment/webadmin/webapp/resources/resources/bwAdminManageEventsIcon.jpg (added)
- trunk/deployment/webadmin/webapp/resources/resources/bwAdminManageLocsIcon.jpg (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.css
r1658 r1659 49 49 #statusBarTable { 50 50 margin: 0; 51 color: black;52 /*background-color: # ccc;*/53 background-color: # edc;51 color: #eee; 52 /*background-color: #edc;*/ 53 background-color: #5c7486; 54 54 font-size: 0.8em; 55 55 width: 100%; … … 71 71 #statusBarTable a:visited { 72 72 text-decoration : none; 73 color: blue;73 color: #eee; 74 74 background-color: transparent; 75 75 } 76 76 #statusBarTable a:hover { 77 text-decoration: none; 78 background-color: #ffe; 79 color: black; 77 text-decoration: underline; 80 78 } 81 79 #statusBarTable #bwLogoutButton { … … 164 162 text-align: left; 165 163 } 164 /* mainMenuTable is deprecated */ 166 165 #mainMenuTable { 167 166 margin-top: 0em; … … 199 198 #mainMenuTable form { 200 199 display: inline; 200 } 201 /* mainMenu = manage events tab icons and links */ 202 #mainMenu { 203 margin: 2em auto 4em auto; 204 } 205 #mainMenu td { 206 text-align: center; 207 vertical-align: middle; 208 padding: 1em 0.5em; 209 } 210 #mainMenu img { 211 text-align: center; 212 } 213 #mainMenu a:link, 214 #mainMenu a:active, 215 #mainMenu a:visited, 216 #mainMenu a:hover { 217 display: block; 218 padding: 0.2em 1em 0.2em 1em; 219 text-decoration: none; 220 color: #483D8B; 221 background-color: transparent; 222 } 223 #mainMenuEventSearch { 224 201 225 } 202 226 #searchForm { trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1658 r1659 208 208 <html lang="en"> 209 209 <head> 210 <title>Calendar Admin: Events CalendarAdministration</title>210 <title>Calendar Admin: Public Events Administration</title> 211 211 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 212 212 <link rel="stylesheet" href="{$resourcesRoot}/default/default/default.css"/> … … 471 471 </xsl:when> 472 472 <xsl:otherwise> 473 Bedework CalendarAdministration473 Bedework Public Events Administration 474 474 </xsl:otherwise> 475 475 </xsl:choose> … … 578 578 <!--+++++++++++++++ Main Menu Tab ++++++++++++++++++++--> 579 579 <xsl:template name="mainMenu"> 580 581 <table id="mainMenu"> 582 <tr> 583 <td> 584 <a id="addEventLink" href="{$event-initAddEvent}"> 585 <img src="{$resourcesRoot}/resources/bwAdminAddEventIcon.jpg" width="140" height="140" alt="Add Event" border="0"/> 586 <br/>Add Event 587 </a> 588 </td> 589 <td> 590 <a id="addContactLink" href="{$contact-initAdd}"> 591 <img src="{$resourcesRoot}/resources/bwAdminAddContactIcon.jpg" width="100" height="100" alt="Add Event" border="0"/> 592 <br/>Add Contact 593 </a> 594 </td> 595 <td> 596 <a id="addLocationLink" href="{$location-initAdd}"> 597 <img src="{$resourcesRoot}/resources/bwAdminAddLocationIcon.jpg" width="100" height="100" alt="Add Event" border="0"/> 598 <br/>Add Location 599 </a> 600 </td> 601 <td> 602 <a id="addCategoryLink" href="{$category-initAdd}"> 603 <img src="{$resourcesRoot}/resources/bwAdminAddCategoryIcon.jpg" width="100" height="100" alt="Add Event" border="0"/> 604 <br/>Add Category 605 </a> 606 </td> 607 </tr> 608 <tr> 609 <td> 610 <a href="{$event-initUpdateEvent}"> 611 <img src="{$resourcesRoot}/resources/bwAdminManageEventsIcon.jpg" width="100" height="73" alt="Manage Events" border="0"/> 612 <br/>Manage Events 613 </a> 614 </td> 615 <td> 616 <a href="{$contact-initUpdate}"> 617 <img src="{$resourcesRoot}/resources/bwAdminManageContactsIcon.jpg" width="100" height="73" alt="Manage Events" border="0"/> 618 <br/>Manage Contacts 619 </a> 620 </td> 621 <td> 622 <a href="{$location-initUpdate}"> 623 <img src="{$resourcesRoot}/resources/bwAdminManageLocsIcon.jpg" width="100" height="73" alt="Manage Events" border="0"/> 624 <br/>Manage Locations 625 </a> 626 </td> 627 <td> 628 <a href="{$category-initUpdate}"> 629 <img src="{$resourcesRoot}/resources/bwAdminManageCatsIcon.jpg" width="100" height="73" alt="Manage Events" border="0"/> 630 <br/>Manage Categories 631 </a> 632 </td> 633 </tr> 634 </table> 635 636 <!-- 580 637 <h2 class="menuTitle">Main Menu</h2> 581 638 <table id="mainMenuTable"> … … 592 649 </a> 593 650 </td> 594 <!- -651 <!- - 595 652 Disable direct selection by ID; we'll need to find another way 596 of quickly getting to events: search and grid views should be implemented. - ->597 <!- -653 of quickly getting to events: search and grid views should be implemented. - - > 654 <!- - 598 655 <td> 599 656 Event ID: 600 657 <xsl:copy-of select="/bedework/formElements/*"/> 601 </td>- ->658 </td>- - > 602 659 </tr> 603 660 <tr> … … 641 698 </tr> 642 699 </table> 643 644 <h4 class="menuTitle">Event search:</h4> 645 <form name="searchForm" method="post" action="{$search}" id="searchForm"> 646 <input type="text" name="query" size="30"> 647 <xsl:attribute name="value"><xsl:value-of select="/bedework/searchResults/query"/></xsl:attribute> 648 </input> 649 <input type="submit" name="submit" value="go"/> 650 <div id="searchFields"> 651 Limit: 652 <input type="radio" name="searchLimits" value="fromToday" checked="checked"/>today forward 653 <input type="radio" name="searchLimits" value="beforeToday"/>past dates 654 <input type="radio" name="searchLimits" value="none"/>all dates 655 </div> 656 </form> 700 --> 701 <div id="mainMenuEventSearch"> 702 <h4 class="menuTitle">Event search:</h4> 703 <form name="searchForm" method="post" action="{$search}" id="searchForm"> 704 <input type="text" name="query" size="30"> 705 <xsl:attribute name="value"><xsl:value-of select="/bedework/searchResults/query"/></xsl:attribute> 706 </input> 707 <input type="submit" name="submit" value="go"/> 708 <div id="searchFields"> 709 Limit: 710 <input type="radio" name="searchLimits" value="fromToday" checked="checked"/>today forward 711 <input type="radio" name="searchLimits" value="beforeToday"/>past dates 712 <input type="radio" name="searchLimits" value="none"/>all dates 713 </div> 714 </form> 715 </div> 657 716 </xsl:template> 658 717
