1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<h1>translate("Create new style")</h1>
<p>translate("Stylesheet:") <a href="sheetm?name=##name##">##name##</a></p>
<p class="error">##error##</p>
<form action="?name=##name##" id="form" name="form" method="post">
<p>
translate("Name for the new style:")
<input type="text" name="style" id="style" />
</p>
<p>
translate("Existing style to base the new style on:")
<select id="base" name="base">
<!-- #BEGINITERATION option -->
<option>##style##</option>
<!-- #ENDITERATION option -->
</select>
</p>
<p><input type="submit" name="submit" value=translate("Submit") /></p>
</form>
|