Kill the "this is a test" message, hide the locale field for now, until we start getting translations.

This commit is contained in:
Ricky Zhou (周家杰) 2008-03-11 13:55:30 -04:00
parent 24d8f1fae5
commit b9190dcbe3

View file

@ -66,6 +66,7 @@
<li py:if="not tg.identity.anonymous"><a href="${tg.url('/group/list/A*')}">${_('Apply For a new Group')}</a></li>
<li><a href="http://fedoraproject.org/wiki/FWN/LatestIssue">${_('News')}</a></li>
</ul>
<!--
<div py:if="tg.identity.anonymous" id="language">
<form action="${tg.url('/language')}" method="get">
<label for="locale">${_('Locale:')}</label>
@ -73,29 +74,10 @@
<input type="submit" value="${_('OK')}" />
</form>
</div>
-->
</div>
<div id="content">
<div style="
background: #FF7777;
color: #333333;
border: 1px solid #555555;
padding: 1ex 1ex 0.5ex;
float: right;
width: 57ex;
margin: 1ex 1ex 1ex 2ex;
">
<div style="font-size: 3ex;"><strong>Warning:</strong> This is a test instance!</div>
<ul style="
font-size: 2ex;
list-style: square;
padding-left: 3ex;
">
<li>Avoid entering private info here.</li>
<li>The database may be wiped/rebuilt periodically.</li>
<li>Feel free to file bugs, enhancements, etc. at <a href="https://fedorahosted.org/fas2/">https://fedorahosted.org/fas2/</a></li>
</ul>
</div>
<div py:if="tg_flash" class="flash" style="margin-right: 62ex">
<div py:if="tg_flash" class="flash">
${tg_flash}
</div>
<div py:replace="select('*|text()')" />