Zurück   Web to Date Forum > Web to Date > Web to Date 8.0

Antwort
 
LinkBack Themen-Optionen Thema durchsuchen Ansicht
Alt 20.02.2012, 11:44   #1 (permalink)
Neuer Benutzer
 
Registriert seit: 13.02.2012
Ort: Braunschweig
Beiträge: 27
teufelchenbs befindet sich auf einem aufstrebenden Ast
Standard Suchfeld

Hallo an die fleissigen Helfer. Wer schön wenn mir jemand helfen kann.Das ist der Code aus der navigationsdatei

<div id="searchbox">
<form action="<cc:print value="&site.ftsfile">" method="get">
<input id="searchcriteria" type="text" name="criteria" maxlength="100" />
<input id="searchsubmit" type="image" src="<cc:printpictureurl obj="pic.searchbutton">" />
</form>
</div>

ich maöchte die suchfunktion gerne in den header haben,weis aber ncht genau wo er eingefügt wertden muss .Danke für die hilfe
teufelchenbs ist offline   Mit Zitat antworten
Alt 20.02.2012, 11:56   #2 (permalink)
Erfahrener Benutzer
 
Registriert seit: 19.11.2009
Ort: Schweiz
Beiträge: 1.205
webchaot befindet sich auf einem aufstrebenden Ast
Standard AW: Suchfeld

Na, ja...

...in der navigation.ccml wird grundsätzlich die Position festgelegt und in der Regel in der style_design.css die Formatierungen dazu...
__________________
Gruss Walter
webchaot ist offline   Mit Zitat antworten
Alt 20.02.2012, 11:59   #3 (permalink)
Neuer Benutzer
 
Registriert seit: 13.02.2012
Ort: Braunschweig
Beiträge: 27
teufelchenbs befindet sich auf einem aufstrebenden Ast
Standard AW: Suchfeld

</cc:*>
<cc:if cond="&topic.isshop">
<cc:include src="shop_php.ccml" common="1">
</cc:if>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="XHTML namespace" xml:lang="<cc:print value="&site.metalang">" lang="<cc:print value="&site.metalang">">
<head>
<title><cc:print value="&page.content.title"></title>
<meta http-equiv="X-UA-Compatible" content="IE=<cc:if cond="&site.properties.design.ie.edge">edge<cc:els e>EmulateIE7</cc:if>" />
<meta http-equiv="content-language" content="<cc:print value="&site.metalang">" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="expires" content="0" />
<meta name="author" content="<cc:print value="&site.metaauthor">" />
<meta name="description" content="<cc:print value="&page.content.metadescription">" />
<meta name="keywords" lang="<cc:print value="&site.metalang">" content="<cc:print value="&page.content.metakeywords">" />
<meta name="generator" content="web to date 8.0" />
<cc:if cond="&site.properties.app.robots.meta.enable">
<cc:if cond="&topic.properties.app.robots.disallow">
<meta name="robots" CONTENT="noindex, nofollow" />
</cc:if>
</cc:if>
<link rel="stylesheet" type="text/css" href="<cc:print value="&myfontstyle.url">" />
<link rel="stylesheet" type="text/css" href="<cc:print value="&mydesignstyle.url">" />
<link rel="stylesheet" type="text/css" href="<cc:print value="&mymenustyle.url">" />
<link rel="stylesheet" type="text/css" href="<cc:print value="&mycontentstyle.url">" />
<link rel="stylesheet" type="text/css" href="<cc:print value="&mycalendarstyle.url">" />
<cc:if cond="&site.rss.url">
<link href="<cc:print value="&site.rss.url">" rel="alternate" type="application/rss+xml" title="<cc:print value="&site.rss.caption">" />
</cc:if>
<cc:if cond="&site.favicon.url">
<link rel="shortcut icon" href="<cc:print value="&site.favicon.url">" />
</cc:if>
<cc:if cond="&site.canonicalurl">
<link rel="canonical" href="<cc:print value="&page.content.canonicalurl">" />
</cc:if>
<cc:if cond="&topic.isshop">
<cc:include src="shop_header.ccml" common="1">
</cc:if>
<script type="text/javascript" src="<cc:print value="&jquery.url">"></script>
<script type="text/javascript" src="<cc:print value="&jqueryflowmenu.url">"></script>
<script type="text/javascript">
flowmenu.build("nav");
</script>

</head>
<body>
<cc:print value="&site.htmlheader">
<cc:if cond="&site.googleanalytics.accountnumber"><cc:inc lude src="google_analytics.ccml" common="1"></cc:if>
<cc:if cond="&page.ishome"><cc:if cond="&site.plaintextfile"><a id="plaintext" href="<cc:print value="&site.plaintextfile">"><cc:print value="&site.ressource.plaintext"></a></cc:if></cc:if>
<div id="maincol">
<ul id="nav">
<li class="home"><a <cc:if cond="&page.ishome">class="sel"</cc:if> href="<cc:print value="&home.url">">&nbsp;</a></li>
<cc:loop type="maintopic" obj="mymaintopic">
<li><a <cc:if cond="&mymaintopic.ispagemaintopic">class="sel"</cc:if> href="<cc:print value="&mymaintopic.url">"><cc:print value="&mymaintopic.caption"></a>
<cc:if cond="&mymaintopic.topiccount gt 0">
<ul>
<cc:loop type="topic" obj="mytopic" maintopic="&mymaintopic.number">
<li><a <cc:if cond="&mytopic.ispagetopic">class="sel"</cc:if> href="<cc:print value="&mytopic.url">"><cc:print value="&mytopic.caption"></a>
<cc:if cond="&mytopic.subtopiccount gt 0">
<ul>
<cc:loop type="subtopic" obj="mysubtopic" maintopic="&mymaintopic.number" topic="&mytopic.number">
<li><a <cc:if cond="&mysubtopic.ispagesubtopic">class="sel"</cc:if> href="<cc:print value="&mysubtopic.url">"><cc:print value="&mysubtopic.caption"></a></li>
</cc:loop>
</ul>
</cc:if>
</li>
</cc:loop>
</ul>
</cc:if>
</li>
</cc:loop>
</ul>
<cc:if cond="&topic.properties.design.topic.eyecatcher.vi sible">
<div id="logo">
<cc:if cond="&myeyecatchermedia.url">
<script type="text/javascript">
/* <![CDATA[ */
<cc:if cond="&myeyecatchermedia.isflash">
document.write('<embed src="<cc:print value="&myeyecatchermedia.url">" width="930" height="270" wmode="opaque" scale="exactfit"></embed>');
<cc:else>
<cc:if cond="&myeyecatchermedia.isquicktime">
document.write('<embed src="<cc:print value="&myeyecatchermedia.url">" width="930" height="270" wmode="transparent" autoplay="true"></embed>');
<cc:else>
<cc:if cond="&myeyecatchermedia.iswindowsmedia">
document.write('<embed src="<cc:print value="&myeyecatchermedia.url">" width="930" height="270" windowlessvideo="true" showcontrols="0" autostart="1"></embed>');
<cc:else>
<cc:error value="Erweiterte Eigenschaften der Site: Unbekanntes Medienformat für Eyecatcher">
</cc:if>
</cc:if>
</cc:if>
/* ]]> */
</script>
<cc:else>
<cc:if cond="&topic.properties.design.topic.eyecatcher.pi cture.uid">
<cc:picture obj="pic.eyecatcher" uid="&topic.properties.design.topic.eyecatcher.pic ture.uid" boxwidth="930" boxheight="270" suffix="_eyecatcher">
<cc:include src="eyecatcherlink_start.ccml" common="1"><img id="logopic" src="<cc:printpictureurl obj="pic.eyecatcher_eyecatcher">" alt="" /><cc:include src="eyecatcherlink_end.ccml" common="1">
<cc:else>
<cc:include src="eyecatcherlink_start.ccml" common="1"><img id="logopic" src="<cc:printpictureurl obj="pic.logo">" alt=""/><cc:include src="eyecatcherlink_end.ccml" common="1">
</cc:if>
</cc:if>
</div>
<cc:else>
<div id="nologo"></div>
</cc:if>
<div id="topborder"></div>
<div id="mainarea">

<div id="content">
<cc:if cond="&site.properties.design.youarehere">
<div id="breadcrumbs">
<a href="<cc:print value="&home.url">"><cc:print value="&site.ressource.home"></a>
<cc:if cond="&page.maintopic.number">
&raquo; <a href="<cc:print value="&page.maintopic.url">"><cc:print value="&page.maintopic.caption"></a>
</cc:if>
<cc:if cond="&page.topic.number">
&raquo; <a href="<cc:print value="&page.topic.url">"><cc:print value="&page.topic.caption"></a>
</cc:if>
<cc:if cond="&page.subtopic.number">
&raquo; <a href="<cc:print value="&page.subtopic.url">"><cc:print value="&page.subtopic.caption"></a>
</cc:if>
</div>
</cc:if>
<cc:print value="&page.content.text">
</div>
<div class="sidebarcontainer">
<cc:if cond="&site.ftsfile">
<div id="searchbox">
<form action="<cc:print value="&site.ftsfile">" method="get">
<input id="searchcriteria" type="text" name="criteria" maxlength="100" />
<input id="searchsubmit" type="image" src="<cc:printpictureurl obj="pic.searchbutton">" />
</form>
</div>
</cc:if>
<cc:if cond="&topic.isshop or &sidebar.count gt 0">
<div class="sidebartop"></div>
<div id="sidebar">
</cc:if>
<cc:if cond="&topic.isshop">
<ul id="shop"><li><a href="<cc:print value="&site.basketfile">"><cc:print value="&site.ressource.inyourcart">:<br /><cc:include src="basket_quantity.ccml" common="1"> <cc:print value="&site.ressource.cartitem">, <cc:include src="basket_price.ccml" common="1"> <cc:print value="&site.currency"></a></li><cc:if cond="&site.showmemo"><li><a href="<cc:print value="&site.basketfile">#memo"><cc:print value="&site.ressource.memoshow"></a></li></cc:if><li><a <cc:include src="link_checkout.ccml" common="1">><cc:print value="&site.ressource.basketcheckout"></a></li><cc:if cond="&site.showuseraccount"><li><a <cc:include src="link_account.ccml" common="1">><cc:print value="&site.ressource.shop.user"></a></li></cc:if></ul>
<cc:if cond="&site.tsid">
<div id="trustedshops">
<form name="formSiegel" method="post" action="https://www.trustedshops.com/shop/certificate.php" target="_blank">
<input name="shop_id" type="hidden" value="<cc:print value="&site.tsid">">
<input style="float: right;" type="image" border="0" src="<cc:printpictureurl obj="pic.tslogo">" alt="<cc:print value="&site.ressource.tslogo">" name="Seal" align="middle" width="80" height="80">
<a style="color: #888888; font-weight: normal;" target="_blank" href="http://www.trustedshops.de/profil/<cc:print value="&site.tsid">.html"><cc:print value="&site.ressource.tslink"><br /><br /></a>
</form>
</div>
</cc:if>
</cc:if>
<cc:loop type="sidebar" obj="mysidebar">
<cc:if cond="&mysidebar.caption">
<h2><cc:print value="&mysidebar.caption"></h2>
</cc:if>
<cc:print value="&mysidebar.text"><br/>
</cc:loop>
</div>
<cc:if cond="&topic.isshop or &sidebar.count gt 0">
<div class="sidebarbottom"></div>
</div>
</cc:if>
<div class="clearer"></div>
</div>
<div class="footer">
<a href="<cc:print value="&home.url">"><cc:print value="&site.ressource.home"></a>
<cc:loop type="commonpages" obj="mycommonpage"> &nbsp;&bull;&nbsp; <a href="<cc:print value="&mycommonpage.url">"><cc:print value="&mycommonpage.caption"></a></cc:loop>
<cc:if cond="&site.properties.design.footertext">
<br/><br/>
<cc:print value="&site.properties.design.footertext">
</cc:if>
</div>
<div id="bottomborder"></div>
</div>
</body>
</html>


und wo kommt dann das suchfeld hin ?? habe schon mehrer stellen getestet hat aber nicht funktioniert
teufelchenbs ist offline   Mit Zitat antworten
Alt 20.02.2012, 13:15   #4 (permalink)
Erfahrener Benutzer
 
Registriert seit: 19.11.2009
Ort: Schweiz
Beiträge: 1.205
webchaot befindet sich auf einem aufstrebenden Ast
Standard AW: Suchfeld

Hallo teufelchenbs...

...was spielen wir hier eigentlich genau??? "heiteres Designraten???"

...welches Schweinderl hätten's denn gern?



Wenn jemand nicht mal in der Lage ist eine vernünftige Frage zu formulieren und stattdessen eine von 69 möglichen Navigationsdateien hier einstellt, dann hat er eigentlich keine Antwort verdient!

Aber irgendwie habe ich heute wohl meinen grosszügigen Pfadfindertag...

navigation.ccml:

Code:
<div id="nologo"></div>
</cc:if>
<cc:if cond="&site.ftsfile">
<cc:if cond="&topic.properties.design.topic.eyecatcher.visible">
<div id="searchbox">
<form action="<cc:print value="&site.ftsfile">" method="get">
<input id="searchcriteria" type="text" name="criteria" maxlength="100" />
<input id="searchsubmit" type="image" src="<cc:printpictureurl obj="pic.searchbutton">" />
</form>
</div>
<cc:else>
</cc:if>
</cc:if>
<div id="topborder"></div>
<div id="mainarea">
style_design.css:

Code:
#searchbox {
        position: absolute;
        width: 280px;
        height: 40px;
        top: 310px;
        margin-left: 660px;
        background: url(../images/<cc:print value="&pic.searchbox.filename">);
        z-index: 10;
        opacity: .5;
        filter:alpha(opacity=50);
}

#searchcriteria {
        position: absolute;
        top: 8px;
        left: 7px;
        border: 0;
        outline: 0;
        width: 234px;
        height: 22px;
        background-color: <cc:print value="&usercolor.bright">;
        color: #000000;
}
#searchsubmit {
        position: absolute;
        top: 9px;
        left: 247px;
}
__________________
Gruss Walter
webchaot ist offline   Mit Zitat antworten
Alt 20.02.2012, 15:30   #5 (permalink)
Neuer Benutzer
 
Registriert seit: 13.02.2012
Ort: Braunschweig
Beiträge: 27
teufelchenbs befindet sich auf einem aufstrebenden Ast
Standard AW: Suchfeld

Ich danke dir für deine Hilfe hat geklappt .Ich arbeite mit dem designs Corbon hier mal der Link meiner Seite jörg
teufelchenbs ist offline   Mit Zitat antworten
Alt 20.02.2012, 15:43   #6 (permalink)
Erfahrener Benutzer
 
Registriert seit: 19.11.2009
Ort: Schweiz
Beiträge: 1.205
webchaot befindet sich auf einem aufstrebenden Ast
Standard AW: Suchfeld

Ja, doch das Design solltest Du nicht zum Schluss angeben, sondern bei Deiner Frage erwähnen... ;-)
__________________
Gruss Walter
webchaot ist offline   Mit Zitat antworten
Alt 20.02.2012, 15:45   #7 (permalink)
Neuer Benutzer
 
Registriert seit: 13.02.2012
Ort: Braunschweig
Beiträge: 27
teufelchenbs befindet sich auf einem aufstrebenden Ast
Standard AW: Suchfeld

Habe ich vergessen schäm
teufelchenbs ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Suchfeld einfügen hötti Web to Date 7.0 2 15.06.2011 16:06
Suchfeld Nicovs81 Web to Date 6.0 4 02.12.2010 06:53
Suchfeld Position ändern ThreeBars Web to Date 7.0 1 05.11.2010 12:45
Suchfeld Beschriftung? voodoo36 Web to Date 6.0 8 13.06.2009 19:37
Suchfeld beschriften voodoo36 Web to Date 6.0 0 21.05.2009 12:31


Seite generiert in 0,07270 Sekunden mit 16 Datenbankabfragen

1 2 3 4 5 6 7 8 9 10 11