Ignore:
Timestamp:
6 Feb 2014, 12:33:39 (11 years ago)
Author:
Henrik Bettermann
Message:

Fix links in error page and remove unneeded sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/layout/error-zope.html

    r10948 r11061  
    77    <meta name="description" content="">
    88    <meta name="author" content="">
     9    <link rel="shortcut icon" href="static/ico/favicon.ico">
    910
    1011    <!-- stylesheets -->
    11     <link href="bootstrap/dist/css/bootstrap.min.css"
     12    <link href="static/bootstrap/css/bootstrap.min.css"
    1213          rel="stylesheet">
    1314    <link href="static/css/base.css" rel="stylesheet">
    14 
    15     <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
    16     <!--[if lt IE 9]>
    17       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    18     <![endif]-->
    19 
    20     <!-- icons -->
    21     <link rel="shortcut icon" href="static/ico/favicon.ico">
    22     <link rel="apple-touch-icon-precomposed" sizes="144x144"
    23           href="static/ico/apple-touch-icon-144-precomposed.png">
    24     <link rel="apple-touch-icon-precomposed" sizes="114x114"
    25           href="static/ico/apple-touch-icon-114-precomposed.png">
    26     <link rel="apple-touch-icon-precomposed" sizes="72x72"
    27           href="static/ico/apple-touch-icon-72-precomposed.png">
    28     <link rel="apple-touch-icon-precomposed"
    29           href="static/ico/apple-touch-icon-57-precomposed.png">
    30 
    3115  </head>
    3216  <body id="kofa-body" class="errorpage">
    33     <br />
    3417    <div class="container">
    3518      <div class="jumbotron">
     
    4023    </div>
    4124
    42     <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
    43     <script src="bootstrap/dist/js/bootstrap.min.js"></script>
    44 
    4525  </body>
    4626</html>
Note: See TracChangeset for help on using the changeset viewer.