macro_deleted_page

NAML documentation   Watch a video
   Usages of this macro
... in macro_viewer.naml
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
<macro name="macro_deleted_page" requires="servlet">
    <n.naml_tools
Macro
Parameters: do
.>
        <n.html
Macro
Parameters: head, body
>
            <head>
                <meta name="robots" content="noindex,nofollow"/>
                <n.title
Macro
Parameters: text
.>Macro Deleted</n.title.>
            </head>
            <body>
                <n.macro_viewer_header
Macro
Parameters: text
.>
                    Macro Deleted
                </n.macro_viewer_header.>
 
                <n.important_notices
Macro
/>
 
                <div style="clear:both">
                    <h2 style="padding-bottom:1em">
                        <img src="/images/success.png" class="image16"/>
                        Macro successfully deleted.
                    </h2>
                    <n.macro_options_dropdown
Macro
/>
                </div>
 
                <br/>
                <br/>
            </body>
        </n.html>
    </n.naml_tools.>
</macro>