macro_deleted_page

NAML documentation   Watch a video
   Usages of this macro
... in macro_viewer.naml
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
<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>