File: new.html

package info (click to toggle)
bibledit 5.1.036-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252,000 kB
  • sloc: xml: 915,984; ansic: 261,349; cpp: 92,794; javascript: 32,542; sh: 4,527; makefile: 514; php: 69
file content (23 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (2)
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>