Subversion Repositories SmartDukaan

Rev

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

Rev 3358 Rev 6520
Line 41... Line 41...
41
<div>
41
<div>
42
<form id="f" name="f" action="/content/special-page/$action.getId()" method="post">
42
<form id="f" name="f" action="/content/special-page/$action.getId()" method="post">
43
    <label for="specialPageId">SpecialPage ID: </label>
43
    <label for="specialPageId">SpecialPage ID: </label>
44
    <span id="specialPageId" name="id"><strong><em>{$action.getId()}</em></strong></span>
44
    <span id="specialPageId" name="id"><strong><em>{$action.getId()}</em></strong></span>
45
    <br/>
45
    <br/>
-
 
46
	<label>Special Page Type: </label>
-
 
47
	<label>
-
 
48
    #if ($specialPage.getPageType()==1)
-
 
49
    	Tag based
-
 
50
    #else 
-
 
51
    	Solr Search based
-
 
52
    #end
-
 
53
    </label>	
-
 
54
    <br/>
46
    <label for="displayName">Display Name: </label>
55
    <label for="displayName">Display Name: </label>
47
    <input id="displayName" name="displayName" value='$specialPage.getDisplayName()'/>
56
    <input id="displayName" name="displayName" value='$specialPage.getDisplayName()'/>
48
    <br/>
57
    <br/>
49
    <label for="description">Description: </label>
58
    <label for="description">Description: </label>
50
    <textarea id="description" name="description" rows="5" cols="50">$specialPage.getDescription()</textarea>
59
    <textarea id="description" name="description" rows="5" cols="50">$specialPage.getDescription()</textarea>