templates/fos/base.html.twig line 1

Open in your IDE?
  1. <head>
  2. <meta charset="UTF-8"/>
  3. <title>
  4. {% block title %}
  5. Welcome: NENO COURIER
  6. {% endblock %}
  7. </title>
  8. {# <link rel="icon" type="image/x-icon" href="{{ asset('fos/images/logo.png') }}"/>#}
  9. <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
  10. <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.0-RC2/css/bootstrap-datepicker.min.css">
  11. <script src="{{ asset('fos/plugins/jquery/jquery-2.2.4.min.js') }}"></script>
  12. {# <script src="{{ asset('scripts/jquery.fileDownload.js') }}"></script>#}
  13. <script src="{{ asset('fos/plugins/cosmo/js/bootstrap.min.js') }}"></script>
  14. {#<script src="{{ asset('css/js/app.js') }}"></script>#}
  15. {#<script src="{{ asset('css/js/bootstrap-confirmation.min.js') }}"></script>#}
  16. {#<script src="{{ asset('admin_web/css/js/modernizr.custom.js') }}"></script>#}
  17. <link href='http://fonts.googleapis.com/css?family=Nova+Flat' rel='stylesheet' type='text/css' />
  18. <link rel="stylesheet" href="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/themes/bootstrap/easyui.css') }}">
  19. <link rel="stylesheet" type="text/css" href="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/themes/icon.css') }}">
  20. <link rel="stylesheet" type="text/css" href="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/themes/color.css') }}">
  21. <link rel="stylesheet" href="{{ asset('assets/plugins/fontawesome-free-5.3.1-web/css/all.min.css') }}">
  22. <link href="{{ asset('fos/plugins/fonts/Amaranth/amaranth.css') }}" rel="stylesheet" type="text/css">
  23. <link rel="stylesheet" href="{{ asset('fos/plugins/cosmo/css/bootstrap.min.css') }}">
  24. <link rel="stylesheet" href="{{ asset('fos/css/home.css') }}">
  25. <link rel="stylesheet" href="{{ asset('fos/css/login.css') }}">
  26. <link href="https://fonts.googleapis.com/css?family=Big+Shoulders+Text|Merriweather|Nova+Flat|Open+Sans|Open+Sans+Condensed:300&display=swap" rel="stylesheet">
  27. <style>
  28. .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  29. color: black;
  30. }
  31. body {
  32. font-family: 'Amaranth', Sans-serif, FontAwesome;
  33. }
  34. .fos-flash-wrap {
  35. max-width: 1200px;
  36. margin: 16px auto 0;
  37. padding: 0 4px;
  38. }
  39. .fos-alert {
  40. display: flex;
  41. align-items: center;
  42. gap: 8px;
  43. background: #60B078;
  44. border-radius: 6px;
  45. box-shadow: 0 2px 6px rgba(77, 80, 97, 0.12);
  46. padding: 6px 12px;
  47. margin-bottom: 8px;
  48. font-family: "Amaranth", sans-serif;
  49. }
  50. .fos-alert.fos-alert-warning {
  51. background: #e6a23c;
  52. }
  53. .fos-alert.fos-alert-danger {
  54. background: #d9534f;
  55. }
  56. .fos-alert-icon {
  57. font-size: 13px;
  58. line-height: 1.3;
  59. color: #fff;
  60. }
  61. .fos-alert-body {
  62. flex: 1;
  63. display: flex;
  64. align-items: baseline;
  65. gap: 5px;
  66. flex-wrap: wrap;
  67. }
  68. .fos-alert-title {
  69. font-weight: bold;
  70. color: #fff;
  71. font-size: 12px;
  72. text-transform: uppercase;
  73. letter-spacing: .3px;
  74. margin: 0;
  75. }
  76. .fos-alert-message {
  77. color: #fff;
  78. font-size: 12px;
  79. margin: 0;
  80. }
  81. .fos-alert-close {
  82. color: #fff;
  83. opacity: .8;
  84. font-size: 14px;
  85. line-height: 1;
  86. text-decoration: none;
  87. }
  88. .fos-alert-close:hover {
  89. color: #fff;
  90. opacity: 1;
  91. text-decoration: none;
  92. }
  93. /* ---- Modern EasyUI datagrid re-skin ---- */
  94. .panel {
  95. border: none;
  96. background: transparent;
  97. }
  98. .datagrid-view {
  99. background: #fff;
  100. border-radius: 10px;
  101. border: 1px solid #eee6d6;
  102. box-shadow: 0 2px 6px rgba(77, 80, 97, 0.12);
  103. overflow: hidden;
  104. }
  105. .datagrid-toolbar {
  106. background: #fff;
  107. border: none;
  108. border-bottom: 1px solid #eee6d6;
  109. padding: 10px 8px;
  110. }
  111. .datagrid-header {
  112. background: #4D5061;
  113. border: none;
  114. }
  115. .datagrid-header-inner {
  116. background: transparent;
  117. }
  118. .datagrid-header td {
  119. border-color: rgba(255, 255, 255, 0.12);
  120. }
  121. .datagrid-header .datagrid-cell,
  122. .datagrid-header .datagrid-cell span {
  123. color: #fff;
  124. font-family: "Amaranth", sans-serif;
  125. font-size: 12px;
  126. font-weight: bold;
  127. text-transform: uppercase;
  128. letter-spacing: .4px;
  129. }
  130. .datagrid-body {
  131. background: #fff;
  132. }
  133. .datagrid-view1 .datagrid-body,
  134. .datagrid-view2 .datagrid-body {
  135. background: #fff;
  136. }
  137. .datagrid-row {
  138. border-color: #f1ece0;
  139. }
  140. .datagrid-row td {
  141. border-color: #f1ece0;
  142. }
  143. .datagrid-row .datagrid-cell {
  144. font-family: "Amaranth", sans-serif;
  145. font-size: 13px;
  146. color: #4D5061;
  147. padding: 4px 8px;
  148. }
  149. .datagrid-row-alt {
  150. background: #fbfaf6;
  151. }
  152. .datagrid-row-over {
  153. background: rgba(96, 176, 120, 0.12) !important;
  154. }
  155. .datagrid-row-selected {
  156. background: rgba(96, 176, 120, 0.22) !important;
  157. }
  158. .datagrid-row-selected .datagrid-cell {
  159. color: #4D5061;
  160. }
  161. .datagrid-pager,
  162. .datagrid .datagrid-pager {
  163. background: #fff;
  164. border: none;
  165. border-top: 1px solid #eee6d6;
  166. padding: 6px 4px;
  167. }
  168. .pagination-info {
  169. font-family: "Amaranth", sans-serif;
  170. font-size: 12px;
  171. color: #8a8d9c;
  172. }
  173. .pagination .l-btn {
  174. border-radius: 6px;
  175. margin: 0 1px;
  176. }
  177. .pagination-num {
  178. border-radius: 6px;
  179. border-color: #dcd6c4;
  180. }
  181. .datagrid-empty {
  182. font-family: "Amaranth", sans-serif;
  183. color: #8a8d9c;
  184. padding: 24px 0;
  185. }
  186. </style>
  187. {% block alert %}
  188. <script>
  189. $(window).on('load', function () {
  190. $(".se-pre-con").fadeOut("slow");
  191. });
  192. </script>
  193. {% endblock %}
  194. {% block stylesheets %}
  195. {{ encore_entry_link_tags('app') }}
  196. {% endblock %}
  197. </head>
  198. <body>
  199. <div class="se-pre-con"></div>
  200. {% block firstnav %}
  201. {% endblock %}
  202. {% block secondnav %}
  203. {% endblock %}
  204. <div class="main">
  205. {% block responseflash %}
  206. {% if app.session.flashBag.has('success') or app.session.flashBag.has('warning') or app.session.flashBag.has('error') %}
  207. <div class="fos-flash-wrap pro">
  208. {% for flash_message in app.session.flashBag.get('success') %}
  209. <div class="alert fos-alert fos-alert-success fade in">
  210. <span class="fos-alert-icon"><i class="fa fa-check-circle"></i></span>
  211. <div class="fos-alert-body">
  212. <p class="fos-alert-title">Success</p>
  213. <p class="fos-alert-message">{{ flash_message }}</p>
  214. </div>
  215. <a href="#" class="fos-alert-close" data-dismiss="alert" aria-label="close">&times;</a>
  216. </div>
  217. {% endfor %}
  218. {% for flash_message in app.session.flashBag.get('warning') %}
  219. <div class="alert fos-alert fos-alert-warning fade in">
  220. <span class="fos-alert-icon"><i class="fa fa-exclamation-triangle"></i></span>
  221. <div class="fos-alert-body">
  222. <p class="fos-alert-title">Warning</p>
  223. <p class="fos-alert-message">{{ flash_message }}</p>
  224. </div>
  225. <a href="#" class="fos-alert-close" data-dismiss="alert" aria-label="close">&times;</a>
  226. </div>
  227. {% endfor %}
  228. {% for flash_message in app.session.flashBag.get('error') %}
  229. <div class="alert fos-alert fos-alert-danger fade in">
  230. <span class="fos-alert-icon"><i class="fa fa-times-circle"></i></span>
  231. <div class="fos-alert-body">
  232. <p class="fos-alert-title">Error</p>
  233. <p class="fos-alert-message">{{ flash_message }}</p>
  234. </div>
  235. <a href="#" class="fos-alert-close" data-dismiss="alert" aria-label="close">&times;</a>
  236. </div>
  237. {% endfor %}
  238. </div>
  239. {% endif %}
  240. {% endblock %}
  241. {% block main %}
  242. {% endblock %}
  243. </div>
  244. <script>
  245. /* window.setTimeout(function () {
  246. $(".resp").fadeTo(500, 0).slideUp(500, function () {
  247. $(this).remove();
  248. });
  249. }, 4000);*/
  250. </script>
  251. <script type="text/javascript" src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/jquery.min.js') }}"></script>
  252. <script type="text/javascript" src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/jquery.easyui.min.js') }}"></script>
  253. <script type="text/javascript" src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/datagrid-filter.js') }}"></script>
  254. <script type="text/javascript" src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/datagrid-groupview.js') }}"></script>
  255. <script type="application/javascript" src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/datagrid-detailview.js') }}"></script>
  256. <script src="{{ asset('fos/plugins/jquery-easyui-1.5.5.4/plugins/jquery.maskedbox.js') }}"></script>
  257. <script src="https://unpkg.com/@popperjs/core@2"></script>
  258. <script>
  259. window.setTimeout(function() {
  260. $(".resp").fadeTo(500, 0).slideUp(500, function(){
  261. $(this).remove();
  262. });
  263. }, 5000);
  264. </script>
  265. {% block javascript %}
  266. {{ encore_entry_script_tags('app') }}
  267. {% endblock %}
  268. </body>
  269. </html>