Breadcrumb and breadcrumb in bootstrap
<Ul class = "breadcrumb" style = "margin-top: 15px; margin-bottom: 0px; border-radius: 3px 3px 0 0;">
<Li> <I class = "icon-th"> </I> <a href = "project. jspx? M = toTask & id =$ {goal. id} "style =" color: #000 ">$ {goal. name} </a> </li>
<Li style = "float: right"> <I class = "icon-edit"> </I> <a href = "project. jspx? M = editGoal & id =$ {goal. id} "style =" color: #000 "> edit </a> </li>
</Ul>
How to deploy BootStrap in a java web project
BootStrap mainly acts on front-end beautification and has its own layout. You only need to extract the downloaded file package and add it to the project, you can reference the file in html or jsp. However, before introducing JavaScript, you must introduce jquery first because it depends on jquery, also, it is best not to disturb the order of his files, because it also calls its own files internally. If you mess up the file, as a result, it may not find its own file. Therefore, direct introduction is the best method. first introduce the CSS file <link href = "> and then introduce jquery <script src =" ">, finally, introduce the Javascript file <script src = "">, for example:
<! Doctype html>
<Html>
<Head>
<Link href = "bootstrap-datetimepicker-master/sample in bootstrap v2/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
<Link rel = "stylesheet" type = "text/css" media = "screen"
Href = "bootstrap-datetimepicker-master/css/bootstrap-datetimepicker.min.css">
</Head>
<Body>
<Div class = "input-append date form_date" data-date-format = "yyyy-mm-dd">
<Input size = "16" type = "text" value = "" readonly>
<Span class = "add-on"> <I class = "icon-remove"> </I> </span>
<Span class = "add-on"> <I class = "icon-calendar"> </I> </span>
</Div>
<Div class = "input-append date" id = "datetimepicker" data-date-format = "yyyy-mm-dd">
<Input class = "span2" size = "16" type = "text">
<Span class = "add-on"> <I class = "icon-th"> </I> & l ...... the remaining full text >>>
What does bootstrap's bootstraps mean?
A music song from the famous film Pirates of the Caribbean, written by Klaus Badelt, a famous music composer in recent years. This song name does not seem to have been translated into Chinese. It probably means the progress of leather boots.