1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Sitedown shortcodes upgraded to v2.x spec. Bootstrap css added by default.

This commit is contained in:
Cameron
2016-03-11 17:30:17 -08:00
parent f23a016111
commit b2fd2942da
4 changed files with 68 additions and 25 deletions

View File

@@ -26,19 +26,26 @@ if(!isset($SITEDOWN_TABLE))
<head>
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<meta http-equiv='content-style-type' content='text/css' />\n
<link rel='stylesheet' href='".THEME_ABS."style.css' type='text/css' media='all' />
<link rel='stylesheet' href='{SITEDOWN_E107_CSS}' type='text/css' media='all' />
<link rel='stylesheet' href='{SITEDOWN_THEME_CSS}' type='text/css' media='all' />
<link rel='stylesheet' media='all' property='stylesheet' type='text/css' href='http://netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css' />
<link rel='stylesheet' media='all' property='stylesheet' type='text/css' href='http://netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' />
<title>{SITEDOWN_TABLE_PAGENAME}</title>
<style type='text/css'>
.img-responsive { display: inline }
</style>
</head>
<body>
<div style='text-align:center;font-size: 14px; color: black; font-family: Tahoma, Verdana, Arial, Helvetica; text-decoration: none'>
<div style='text-align:center'>{LOGO}</div>
<hr />
<br />
{SITEDOWN_TABLE_MAINTAINANCETEXT}
</div>
<div style='margin-top:100px; text-align:center'>
{XURL_ICONS: size=3x&tip-pos=bottom}
<div class='container'>
<div style='text-align:center;font-size: 14px; color: black; font-family: Tahoma, Verdana, Arial, Helvetica; text-decoration: none'>
<div style='text-align:center'>{LOGO}</div>
<hr />
<br />
{SITEDOWN_TABLE_MAINTAINANCETEXT}
</div>
<div style='margin-top:100px; text-align:center'>
{XURL_ICONS: type=facebook,twitter,google-plus,github,instagram,linkedin&size=3x&tip-pos=bottom}
</div>
</div>
</body>
</html>";