| 1 | <a name="tickertape"></a> |
|---|
| 2 | <div class="groupItem"> |
|---|
| 3 | |
|---|
| 4 | <table class="groupTable"> |
|---|
| 5 | <tr> |
|---|
| 6 | <td colspan="2"> |
|---|
| 7 | <div class="groupTitle"> <%= _("Announcement")%></div> |
|---|
| 8 | </td> |
|---|
| 9 | </tr> |
|---|
| 10 | |
|---|
| 11 | <tr> |
|---|
| 12 | <td nowrap class="dataCaptionTD"><span class="titleCellFormat"> <%= _("Status")%></span></td> |
|---|
| 13 | <td bgcolor="white" width="65%%" class="blacktext"><b>%(status)s</b> |
|---|
| 14 | <input type="button" id="toggleSimpleTextButton" class="btn" style="margin-left: 30px;" value="%(statusBtn)s"> |
|---|
| 15 | <script type="text/javascript"> |
|---|
| 16 | $E('toggleSimpleTextButton').observeClick(function() { |
|---|
| 17 | window.location = <%= simpleTextURL %> |
|---|
| 18 | }); |
|---|
| 19 | </script> |
|---|
| 20 | </td> |
|---|
| 21 | </tr> |
|---|
| 22 | <tr> |
|---|
| 23 | <td nowrap class="dataCaptionTD"><span class="titleCellFormat"><%= _("Text announcement")%></span></td> |
|---|
| 24 | <td bgcolor="white" width="65%%" class="blacktext"> |
|---|
| 25 | <form action=%(tickertapeURL)s method="POST" style="margin:0;"> |
|---|
| 26 | <input type="text" size="60" name="ttText" value=%(text)s> |
|---|
| 27 | <input type="submit" class="btn" name="savettText" value="<%= _("save")%>"> %(modifiedText)s<br> |
|---|
| 28 | |
|---|
| 29 | <small> <%= _("""Note that text announcement must be enabled above to display this text""")%></small> |
|---|
| 30 | </form> |
|---|
| 31 | </td> |
|---|
| 32 | </tr> |
|---|
| 33 | |
|---|
| 34 | <tr> |
|---|
| 35 | <td colspan="2"> |
|---|
| 36 | <a name="headerFeatures"></a> |
|---|
| 37 | <div class="groupTitle"> <%= _("Conference header features")%></div> |
|---|
| 38 | </td> |
|---|
| 39 | </tr> |
|---|
| 40 | |
|---|
| 41 | <tr> |
|---|
| 42 | <td nowrap class="dataCaptionTD"><span class="titleCellFormat"> <%= _("Show in header")%></span> |
|---|
| 43 | <br> |
|---|
| 44 | <br> |
|---|
| 45 | <img src=%(enablePic)s alt="<%= _("Click to disable")%>"> <small> <%= _("Enabled announ.")%></small> |
|---|
| 46 | <br> |
|---|
| 47 | <img src=%(disablePic)s alt="<%= _("Click to enable")%>"> <small> <%= _("Disabled announ.")%></small> |
|---|
| 48 | </td> |
|---|
| 49 | <td bgcolor="white" width="65%%" class="blacktext"> |
|---|
| 50 | <table align="left"> |
|---|
| 51 | <tr> |
|---|
| 52 | <td> |
|---|
| 53 | <a href=%(nowHappeningURL)s><img src=%(nowHappeningIcon)s alt="%(nowHappeningTextIcon)s" class="imglink"></a> <a href=%(nowHappeningURL)s> <%= _("Now happening...")%></a> |
|---|
| 54 | </td> |
|---|
| 55 | </tr> |
|---|
| 56 | <tr> |
|---|
| 57 | <td> |
|---|
| 58 | <a href=%(searchBoxURL)s><img src=%(searchBoxIcon)s alt="%(searchBoxTextIcon)s" class="imglink"> <%= _("Display search box")%></a> |
|---|
| 59 | </td> |
|---|
| 60 | </tr> |
|---|
| 61 | <% if confType == "conference" : %> |
|---|
| 62 | <tr> |
|---|
| 63 | <td> |
|---|
| 64 | <a href=%(navigationBoxURL)s><img src=%(navigationBoxIcon)s alt="%(navigationBoxTextIcon)s" class="imglink"> <%= _("Display navigation bar")%></a> |
|---|
| 65 | </td> |
|---|
| 66 | </tr> |
|---|
| 67 | <% end %> |
|---|
| 68 | </table> |
|---|
| 69 | </td> |
|---|
| 70 | </tr> |
|---|
| 71 | </table> |
|---|
| 72 | </div> |
|---|