Subversion Repositories SmartDukaan

Rev

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

Rev 2768 Rev 2838
Line 33... Line 33...
33
</style>
33
</style>
34
<title>Create New</title>
34
<title>Create New</title>
35
</head>
35
</head>
36
<body>
36
<body>
37
<div>
37
<div>
38
<h1>New Brand</h1>
38
<h1>New Special Page</h1>
39
<form id="f" name="f" action="/content/brand" method="post">
39
<form id="f" name="f" action="/content/special-page" method="post">
40
    <label for="brandId">Brand ID: </label>
40
    <label for="specialPageId">Special Page ID: </label>
41
    <span id="brandId" name="id"><strong><em>{New Brand 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="displayName">Display Name: </label>
43
    <label for="displayName">Display Name: </label>
44
    <input id="displayName" name="displayName" type="text"/>
44
    <input id="displayName" name="displayName" type="text"/>
45
    <br></br>
45
    <br></br>
46
    <label for="description">Description: </label>
46
    <label for="description">Description: </label>