Subversion Repositories SmartDukaan

Rev

Rev 3081 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3081 Rev 6514
Line 38... Line 38...
38
<h1>New Special Page</h1>
38
<h1>New Special Page</h1>
39
<form id="f" name="f" action="/content/special-page" method="post">
39
<form id="f" name="f" action="/content/special-page" method="post">
40
    <label for="specialPageId">Special Page ID: </label>
40
    <label for="specialPageId">Special Page ID: </label>
41
    <span id="specialPageId" name="id"><strong><em>{New Special Page ID}</em></strong></span>
41
    <span id="specialPageId" name="id"><strong><em>{New Special Page ID}</em></strong></span>
42
    <br></br>
42
    <br></br>
-
 
43
	<label for="isTag">Special Page Type: </label>
-
 
44
    <select name="isTag"><option selected="selected" value="0">Query Type</option><option value="1">Tag Type</option></select>
-
 
45
    <br></br>
43
    <label for="displayName">Display Name: </label>
46
    <label for="displayName">Display Name: </label>
44
    <input id="displayName" name="displayName" type="text"/>
47
    <input id="displayName" name="displayName" type="text"/>
45
    <br></br>
48
    <br></br>
46
    <label for="description">Description: </label>
49
    <label for="description">Description: </label>
47
    <textarea id="description" name="description" rows="5" cols="50"></textarea>
50
    <textarea id="description" name="description" rows="5" cols="50"></textarea>