Technical Note #028 Auteur: Wim van ommen Gemaakt op: 21 maart 2002 Bijgewerkt op:21 maart HTML Webpublishing Quickstart

Maat: px
Weergave met pagina beginnen:

Download "Technical Note #028 Auteur: Wim van ommen Gemaakt op: 21 maart 2002 Bijgewerkt op:21 maart 2002. HTML Webpublishing Quickstart"

Transcriptie

1 Technical Note #028 Auteur: Wim van ommen Gemaakt op: 21 maart 2002 Bijgewerkt op:21 maart 2002 HTML Webpublishing Quickstart

2 In deze handleiding word een praktijk voorbeeld getoond ten behoeve van het aanpassen van de betreffende de templates. De zoekpagina: <HTML> <HEAD> <TITLE>Simpel Zoeken </TITLE> <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso "> </HEAD> <BODY BGCOLOR="#FFFFCC" TEXT="#333333" LINK="#CC0000" ALINK="#663399" VLINK="#336699" BACKGROUND="/bg.gif"> <form method="post" action="/scripts/cuwp_cgi.exe"> <input type="hidden" name="directarg" value="search"> de Reply page <input type="hidden" name="replypage" value="topit"> De zoekpagina welke op de replypage wordt getoond <input type="hidden" name="queryform" value="topit"> Gebruike database: als er niets staat word automatisch de eerste aangeroepen <input type="hidden" name="catalogname" value> Converteer 8-bit ascii tekens naar Html equivalenten: <input type="hidden" name="docencoding" value="isolatin"> ThumbnailConstraint zorg ervoor dat de thumbnail grote in dit geval niet meer dan 128x128 pixels is. <input type="hidden" name="thumbnailconstraint" value="130"> <CENTER> <TABLE BORDER=0> <TD align=right valign=bottom> <font face=arial> <small>zoek in: <TD valign=bottom>

3 <font face=arial> <small> Hier worden een aantal checkboxes gecreëerd welke bepalen of er in Notes Record Name of Categories gezocht word. Omdat deze met de junctor (verbinding) or verbonden zijn betekend het dat er op de tekst welke in het zoekveld ingevoerd word in al deze velden gezocht word. <INPUT TYPE="checkbox" NAME="prop" VALUE="field[Notes] op[mulconts]" CHECKED> Notes <INPUT TYPE="hidden" NAME="junc" VALUE="or"> <INPUT TYPE="checkbox" NAME="prop" VALUE="field[Record Name] op[contains]" CHECKED> Record Name <INPUT TYPE="hidden" NAME="junc" VALUE="or"> <INPUT TYPE="checkbox" NAME="prop" VALUE="field[Categories] op[contains]" CHECKED> Categories <TR hight=35><td align=right><font face=arial><small> Dit is het zoekveld met een zoekknop: Naar: <td> <table> <tr> <td> <input type=text name=qval size=28 maxsize=70> <td> <input type=image name=name border=0 src=/cumulus5/graphics/find.jpg> </tr> </table> <BR> <TD align=right>

4 <font face=arial> <small> Hier kan nog een sortering opgegeven worden in dit geval op Record name of Asset Modification Date. Deze opties zijn te veranderen door een eigen veldnaam op te geven om op te sorteren. Het veld moet dan wel binnen Cumulus al geïndexeerd zijn voor sorteren. Verder kan er nog een sorteerrichting opgegeven worden dit kan oplopend dan wel aflopend zijn. Sorteer op: <TD COLSPAN=2> <font face=arial> <small> <INPUT TYPE="radio" NAME="sorting" VALUE="field[Record Name]" > Record Naam <INPUT TYPE="radio" NAME="sorting" VALUE="field[Asset Modification Date]"> Asset Wijziging Datum <TD align=right> <font face=arial> <small>sort direction: <TD COLSPAN=2><font face=arial><small> <INPUT TYPE="radio" NAME="sortDirection" VALUE="Ascending" CHECKED> Oplopend <INPUT TYPE="radio" NAME="sortDirection" VALUE="Descending"> Aflopend <BR> Verder kan er nog opgegeven worden hoe het resultaat moet worden getoond. Dit kan zijn als Tekst met Thumbnail, als Thumbnails of als Tekst.

5 <TD align=right><font face=arial><small> Laat Resultaat zien als: <TD COLSPAN=2><font face=arial><small> <P> <INPUT TYPE="radio" NAME="resultformat" VALUE="textandthumbnail_nb" CHECKED> Text and Thumbnail <!-- with basket --> <INPUT TYPE="radio" NAME="resultformat" VALUE="thumbnail_nb"> Thumbnail <INPUT TYPE="radio" NAME="resultformat" VALUE="text_nb"> Text </tr> <BR> Verder kunnen we ook een lijst met categorien bekijken en hier het juiste keyword uit kiezen. Daarvoor dient de Gategories knop. <TD align=right> <td> <input type=image name=categories src=/cumulus5/graphics/category.jpg border=0> </TABLE> </FORM> </BODY> </HTML> Het geheel ziet er dan ongeveer zo uit.

6 De reply page naam welke opgegeven word in de zoekpagina is ook de naam welke gebruikt wordt om de basket page, info page, checkout page definities te vinden. REPLY_PAGE( topit ) = { <HTML> <HEAD> <TITLE> Zoekopdracht <%querycontents length=7%></title> <BODY BGCOLOR="#FFFFCC" TEXT="#333333" LINK="#CC0000" ALINK="#663399" VLINK="#336699" BACKGROUND="/bg.gif"> <FONT face=arial color=#cc0000> Het zoekformulier zoals in het zoekformulier opgegeven. <% QUERY_FORM %> <br> <center> Dit zijn de vorige, volgende knoppen deze verschijnen alleen als er een vorige dan wel volgende pagina is. <%previous_button image=/cumulus5/graphics2/prev.jpg%> <%next_button image=/cumulus5/graphics2/next.jpg%>

7 Dit is de knop welke naar de collection backet leid als er in de resultformat geen besket mark gedefinieerd zijn moet deze knop ook niet gedefinieerd zijn. <%basket_button image=/cumulus5/graphics2/collectionbasket.jpg%> </center> <hr> <center><b> Dit is result heading hierin staat hoeveel assets er gevonden zijn en hoeveel er getoond worden. <% result_heading %> </B> </center> <hr> De result list toont de gevonden assets in de vorm zoals opgegeven in de result item. <%RESULT_LIST%> <hr> <center> <%previous_button image=/cumulus5/graphics2/prev.jpg%> <%next_button image=/cumulus5/graphics2/next.jpg%> </center> </body>} ;;<br> ;; <pre> ;; ;; ;; QUERY_FORM ;; ;; a single input field, options for search range and ;; result formatting ;; ;; ;; ;; </pre><br><form> <!--for formatted template viewing only--> QUERY_FORM( topit ) = { <CENTER> <TABLE BORDER=0>

8 <!--The following find operations exist: startswith, contains, containsnot, lessthan lessequal, is, greaterequal, greaterthan, hasvalue, hasnovalue, mulconts (The last means "contains multiple:" contain all words given in the query value) A new catalog created with the factory settings has the following searchable fields: Categories Notes, Record Name, Server Name, Volume Name, Asset Name, Folder Name, File Data Size, File Format Color Mode, Status, Cataloging User, Asset Modification Date, Asset Creation Date, Record Modification Date, Record Creation Date Below we use a selection of possible searches, not a complete list of all possible combinations. --> <tr> <td height=36> <td> <select name="prop"> <option selected value="field[record Name] op[is]"> Naam is <option value="field[record Name] op[startswith]"> Naam begint met <option value="field[record Name] op[contains]"> Naam bevat <option value="field[notes] op[contains]"> Notes bevat <option value="field[categories] op[is]"> Categorie is <option value="field[categories] op[contains]"> Categorie bevat <option value="field[file Data Size] op[lessthan]"> Bestandsgroote kleiner dan <option value="field[file Data Size] op[is]"> Bestandsgroote Is <option value="field[status] op[is]"> Status is <option value="field[status] op[hasvalue]"> "Status" heeft waarde <option value="field[color Mode] op[is]"> Kleur modus is <option value="field[cataloging User] op[is]"> Gebruikersnaam is <option value="thumbnailsimilarto"> Thumbnail vergelijkbaar met <option value="field[record Modification Date] op[is]"> Record Modif. datum is <option value="field[record Modification Date] op[lessthan]"> Record Modif. datum voor <option value="field[record Modification Date] op[greaterthan]"> Record Modif. datum na

9 <option value="field[asset Name] op[is]"> Asset naam is <option value="field[asset Name] op[contains]"> Asset naam bevat <option value="field[folder Name] op[contains]"> Folders bevatten </select> <td> <input type="text" name="qval" size="25" maxlength="70"> </tr> <tr> <td height=36 align=right> <select name="junc"> <option value="and"> en <option selected value="or"> of <option value="butnot"> maar niet </select> <td><select name="prop"> <option selected value="field[record Name] op[is]"> Naam is <option value="field[record Name] op[startswith]"> Naam begint met <option value="field[record Name] op[contains]"> Naam bevat <option value="field[notes] op[contains]"> Notes bevat <option value="field[categories] op[is]"> Categorie is <option value="field[categories] op[contains]"> Categorie bevat <option value="field[file Data Size] op[lessthan]"> Bestandsgroote kleiner dan <option value="field[file Data Size] op[is]"> Bestandsgroote Is <option value="field[status] op[is]"> Status is <option value="field[status] op[hasvalue]"> "Status" heeft waarde <option value="field[color Mode] op[is]"> Kleur modus is <option value="field[cataloging User] op[is]"> Gebruikersnaam is <option value="thumbnailsimilarto"> Thumbnail vergelijkbaar met <option value="field[record Modification Date] op[is]"> Record Modif. datum is <option value="field[record Modification Date] op[lessthan]"> Record Modif. datum voor <option value="field[record Modification Date] op[greaterthan]"> Record Modif. datum na <option value="field[asset Name] op[is]"> Asset naam is <option value="field[asset Name] op[contains]"> Asset naam bevat <option value="field[folder Name] op[contains]"> Folders bevatten </select>

10 <td> <input type="text" name="qval" size="25" maxlength="70"> </tr> <tr> <td height=36 align=right> <select name="junc"> <option value="and"> en <option selected value="or"> of <option value="butnot"> maar niet </select> <td><select name="prop"> <option selected value="field[record Name] op[is]"> Naam is <option value="field[record Name] op[startswith]"> Naam begint met <option value="field[record Name] op[contains]"> Naam bevat <option value="field[notes] op[contains]"> Notes bevat <option value="field[categories] op[is]"> Categorie is <option value="field[categories] op[contains]"> Categorie bevat <option value="field[file Data Size] op[lessthan]"> Bestandsgroote kleiner dan <option value="field[file Data Size] op[is]"> Bestandsgroote Is <option value="field[status] op[is]"> Status is <option value="field[status] op[hasvalue]"> "Status" heeft waarde <option value="field[color Mode] op[is]"> Kleur modus is <option value="field[cataloging User] op[is]"> Gebruikersnaam is <option value="thumbnailsimilarto"> Thumbnail vergelijkbaar met <option value="field[record Modification Date] op[is]"> Record Modif. datum is <option value="field[record Modification Date] op[lessthan]"> Record Modif. datum voor <option value="field[record Modification Date] op[greaterthan]"> Record Modif. datum na <option value="field[asset Name] op[is]"> Asset naam is <option value="field[asset Name] op[contains]"> Asset naam bevat <option value="field[folder Name] op[contains]"> Folders bevatten </select> <td> <table><tr> <td> <input type=text name=qval size=25 maxsize=70> <td><input type=image name=name border=0 src=/cumulus5/graphics2/find.jpg>

11 </tr> </table> </tr> <BR> <TD align=right><font face=arial> <small> Sorteer op: <TD COLSPAN=2> <font face=arial><small> <INPUT TYPE="radio" NAME="sorting" VALUE="field[Record Name]" > Record Naam <INPUT TYPE="radio" NAME="sorting" VALUE="field[Asset Modification Date]"> Asset Modificatie Datum <TD align=right><font face=arial><small>sort direction: <TD COLSPAN=2><font face=arial><small> <INPUT TYPE="radio" NAME="sortDirection" VALUE="Ascending" CHECKED> Oplopend <INPUT TYPE="radio" NAME="sortDirection" VALUE="Descending"> Aflopend <BR> <TD align=right> <font face=arial> <small>laat Resultaat zien als: <TD COLSPAN=2> <font face=arial><small> <P>

12 <INPUT TYPE="radio" NAME="resultformat" VALUE="textandthumbnail_wb" CHECKED> Tekst en Thumbnail <INPUT TYPE="radio" NAME="resultformat" VALUE="thumbnail_wb"> Thumbnail <INPUT TYPE="radio" NAME="resultformat" VALUE="text_wb"> Tekst </tr> <BR> <TD align=right> </TABLE> <TABLE BORDER=0 CELLPADDING=1 WIDTH="100%"> <TD VALIGN=bottom align="left"> <font face=arial> <small> <TD align="right"> <font face=arial> <small> </TABLE> </center> } Deze code word door cumulus getoond in plaats van de <%Result_heading%> tag. RESULT_HEADING_NONE = Geen Items Gevonden RESULT_HEADING_SINGLE = Een Item Gevonden RESULT_HEADING_ALL = <%itemsfound%> Items Gevonden, Alle worden getoond RESULT_HEADING_RANGE = {<%itemsfound%> Items Gevonden, Getoond worden: <%firstitem%> - <%lastitem%>}

13 Deze code word door cumulus getoond in plaats van de <%Result_list%> tag. RESULT_ITEM( topit ) = { ;<br> <table cellspacing=10> <tr> <td valign=top> <table> <tr> <td valign=top> <%field name="thumbnail" frameheight=125 framewidth=135%> </tr> <tr> <td align=center> <FONT face=arial> <small> <%link converter="pixel Image Converter" param="scale=100% JPEGQuality=2" fallback=unconverted resolving=later alt=dontshow %>Vergroting<%endLink%> <%infolink%>toon extra informatie<%endinfolink%><br> <%field name=annotation%> </small> </tr> </table> <td valign=top> <table> <tr> <td bgcolor=#cc0000> <font face=arial color=#ffffff> <strong> <%field name="record Name"%> </strong> </tr> <tr> <td>

14 <br> <font face=arial> <small> <%field name=notes length=40%> </small> </tr> <tr> <td> <br> <font face=arial color=#0000c0> <b> <%basketmark tobaskettext ="Voeg toe aan selectie" inbaskettext ="Behoud in selectie"%></tr> </table> </tr> </table> } Verschillen resultaat lijst weergave opties : ROW_SEPARATOR = <hr> Dit is het scheidingsteken tussen de result list en de basket list rijen. PAGE_LENGTH = 6 Dit is het aantal items wat afhankelijk van hoe het uitkomt word getoond. Dit betekend wel dat als de waarde 6 is er afhankelijk van het totaal aantal items 5 of 7 worden getoond. ROW_LENGTH = 1 Het aantal items op een rij. ITEM_ALIGN = center ITEM_VALIGN = middel Deze waardes worden alleen gebruikt als de ROW_LENGTH groter is dan 1 dan word door deze optie bepaald hoe de items getoond worden in de totale layout.

15 Dit is een standalone zoekopdracht zoekopdracht welke eventueel op een extra pagina getoond word. QUERY_PAGE( topit ) = { <HTML><HEAD><TITLE> Vul een zoekopdracht in </TITLE> <BODY BGCOLOR=#ffffff text=# link=#cc0000 alink=# vlink=# BACKGROUND="/bg.gif"> <FONT face=arial color=#cc0000> <% QUERY_FORM %> </FONT></BODY></HTML> } Deze pagina word getoond op het moment dat er op de basket button geklikt word. Er zijn hier een aantal knoppen waaronder een back to search button een Verwijder kop en een ga door knop. BASKET_PAGE ( topit ) = { <HTML><HEAD><TITLE> Selectie </TITLE> <BODY BGCOLOR=#ffffff text=# link=#cc0000 alink=# vlink=# BACKGROUND="/bg.gif"> <FONT face=arial color=#cc0000> <center><big><b>selectie</b></big> <hr> <%back_to_search_button image=/cumulus5/graphics2/back.jpg%> <%clear_basket_button image=/cumulus5/graphics2/remove.jpg%> <%basket_checkout_button image=/cumulus5/graphics2/proceed.jpg%> </center> <p> <%BASKET_LIST%> </BODY></HTML> } Dit is een checkout page welke zijn informatie in een Filemaker Pro Database zet. Standaard word deze pagina door De cumulus Collection basket cgi afgehandeld. Deze Checkout page kan echter door een andere CGI afgehandeld. CHECKOUT_PAGE( topit ) = { <HTML><HEAD><TITLE> Bestel </TITLE>

16 <BODY BGCOLOR=#ffffff text=# link=#cc0000 alink=# vlink=# BACKGROUND=" <HR> <FONT face=arial><small> <center> Gebruik de browser's "Go Back" knop om op de vorige pagina te komen. </center> <hr> <FORM ACTION=" name="theform" METHOD=POST> <P><CENTER> <table width="20%"><tr><td> <script language="javascript">document.write('<a onclick="document.theform.reset();return false;"','href="#" ><img alt="maak leeg" src="/images/leeg.gif" border="0"><\/a>');</script> <td> <INPUT TYPE="image" SRC="/Cumulus5/Graphics2/Access.jpg" NAME="- Save Record -" BORDER=0 ALIGN=bottom></tr> </table> <BR> <P> <P>Vul de gegevens in, klik daarna op de bestel knop om een bestelling te plaatsen <B><BR></P> <table collspan=3 BORDER=0 WIDTH="50%"> <tr><td><b>naam<td>:<td></b><input type="text" name="naam" value="" size=60></tr> <tr><td><b>adres<td>:<td></b><input type="text" name="adres" value="" size=60></tr> <tr><td><b>postcode<td>:<td></b><input type="text" name="postcode" value="" size=60></tr> <tr><td><b>woonplaats<td>:<td></b><input type="text" name="woonplaats" value="" size=60></tr> <tr><td> <B>Bestelling<td>:</B> <%CHECKOUT_LIST%> </tr> </table> <INPUT TYPE=HIDDEN NAME="-db" VALUE="naw.fp3"> <INPUT TYPE=HIDDEN NAME="-lay" VALUE=""> <INPUT TYPE=HIDDEN NAME="-format" VALUE="succes.htm"> <INPUT TYPE=HIDDEN NAME="-token" VALUE="25"> <INPUT TYPE=HIDDEN NAME="-max" VALUE=1> <INPUT TYPE=HIDDEN NAME="-new"> </FORM> </BODY></HTML> }

17 Dit is de informatie welke aan de Collection Basket Pagina wordt doorgegeven. Dit betekend dat we ook hier weer onze eigen velden kunnen toevoegen danwel velden verwijderen. CHECKOUT_ITEM( topit ) = { <input type=checkbox checked name=item value="bestand: <%field name="asset Name"%>> <%field name="record Name"%>"> <FONT face=arial><%field name="record Name"%> </small><td><td> } ;</form> <!--for formatted template viewing only--> Dit is de Categorien pagina ook deze word op basis van de naam van de replypage gezocht. Er zijn voor deze pagina een aantal extra opties welke in de HTML technische handleiding worden beschreven. CATEGORY_PAGE ( topit ) = { <HTML><HEAD><TITLE> "<% catalogname %>" Categorien </TITLE> <base target="b"> <BODY link=#cc0000 alink=# vlink=# BACKGROUND="/bg_01.gif"> <FONT face=arial color=#cc0000> <small> <%CategoryTable%> </small> </BODY></HTML> } Dit is de Informatie pagina dit is een HTML tabel welke vanuit Cumulus velden voorzien word van Informatie. Dit betekend dat deze helemaal aan te passen is zowel qua teks als qua layout. Ook voor de pagina geld dat de naam welke aan de reply page meegegeven ook voor deze pagina geld. INFO_PAGE( topit ) = {

18 ;<br> <HTML><HEAD> <TITLE> "<%field name="record Name"%>" Info </TITLE> <BODY BGCOLOR=#ffffff text=# link=#cc0000 alink=# vlink=# BACKGROUND="/bg.gif"> <FONT face=arial color=#cc0000> <center><big><b> Asset Information for "<%field name="record Name"%>"</b></big></center> </FONT> <center> <hr><br> <TABLE> <TD valign=top align=center><font face=arial> <A HREF=<%AssetLinkURL converter="pixel Image Converter" param="scale=100% JPEGQuality=2" fallback=unconverted resolving=later%>><%field name="thumbnail" constraint=256%></a> <TD valign=top> <FONT face=arial><b>notities<form><textarea rows=6 cols=40 wrap=auto> <%field name=notes encoding=restrictedisolatin %></textarea></form> Categorien<form><textarea rows=4 cols=40> <%field name=categories separator=", " encoding=restrictedisolatin %></textarea></form> <TD VALIGN=TOP> <TABLE> <TD align=right valign=top><font face=arial><b>copyright Informatie <FONT face=arial><%field name=copyright defaultvalue=none%> <TD align=right><font face=arial><b>geluid <FONT face=arial><%field name=annotation linktext=play defaultvalue=none%>

19 <TD align=right><font face=arial><b>status <FONT face=arial><%field name="status" defaultvalue=none%> <TD align=right><font face=arial><b>gebruiker <FONT face=arial><%field name="cataloging User" defaultvalue=none%> <TD align=right><font face=arial><b>record Aanmaak Datum <FONT face=arial><%field name="record Creation Date"%> <TD align=right><font face=arial><b>record Wijzigings Datum <FONT face=arial><%field name="record Modification Date"%> </TABLE> <TD valign=top> <TABLE> <TD align=right><font face=arial><b>asset Format <FONT face=arial><%field name="file Format"%> <TD align=right><font face=arial><b>kleur Modus <FONT face=arial><%field name="color Mode"%>

20 <TD align=right><font face=arial><b>breedte <FONT face=arial><%field name="image Width"%> <TD align=right><font face=arial><b>hoogte <FONT face=arial><%field name="image Height"%> <TD align=right><font face=arial><b>horizontale Resolutie <FONT face=arial><%field name="horizontal Resolution"%> dpi <TD align=right><font face=arial><b>verticale Resolutie <FONT face=arial><%field name="vertical Resolution"%> dpi <TD align=right><font face=arial><b>bestandsgroote <FONT face=arial><%field name="file Data Size"%> <TD align=right><font face=arial><b>asset Aanmaak Datum <FONT face=arial><%field name="asset Creation Date"%> <TD align=right><font face=arial><b>asset Modificatie Datum

21 <FONT face=arial><%field name="asset Modification Date"%> </TABLE> </TABLE> </center> </BODY></HTML> } Er is maar één Error page voor alle verschillende sites die U zou kunnen maken. Dit betekend dat de meldingen op alle Site verschijnen, hou deze pagina daarom zo generiek mogelijk. De standaard error page zit in de Defaults.html en kan dan ook daar aangepast worden. ERROR_PAGE = { <HTML><HEAD><TITLE> Error </TITLE> <BODY BGCOLOR="#FFFFCC" TEXT="#333333" LINK="#CC0000" ALINK="#663399" VLINK="#336699" BACKGROUND="/bg.gif"> <FONT face=arial color=#cc0000> <big><b>error: <%messageheading%></b></big> <hr> <br> <FONT face=arial><small> <%messagebody%> </BODY></HTML> </SMALL></FONT>} ;; <pre> messageheading( connectionexpired) = { Connectie is verlopen } messagebody( connectionexpired) = { Sorry, your connection has timed out. Please submit a new search. } messageheading( connectiondenied) = { Teveel Gebruikers } messagebody( connectiondenied) = { Sorry, too many users are currently logged in. Please try again later. } messageheading( accessdenied) = { Toegang Gewijgerd } messagebody( accessdenied) = { Sorry, you are not allowed to connect to this catalog. } messageheading( databasenotfound) = { Catalogus Niet Gevonden } messagebody( databasenotfound) = { Sorry, the catalog you tried to connect to is not available. If the problem persists, please contact the site administrator. } messageheading( nodatabaseopen) = { Geen Catalogus Gevonden }

22 messagebody( nodatabaseopen) = { Sorry, there is no catalog currently available for searching. If the problem persists, please contact the site administrator. } messageheading( unspecificquery) = { Vraag niet specifiek genoeg } messagebody( unspecificquery) = { Sorry, the query you entered was too unspecific. Please try again with a more precise entry. } messageheading( unhandlederror) = { Sorry... } messagebody( unhandlederror) = { An unhandled error ocurred during transaction (Error number <% errornumber %>). } messageheading( linkexpired ) = { Link expired } messagebody( linkexpired) = { Sorry, this link is not valid anymore. } messageheading( noaudiodata ) = { Geen Audio Data } messagebody( noaudiodata) = { Sorry, could not create audio data for this link. If the problem persists, please contact the site administrator. } messageheading( badsearchvalue ) = { Onverwachte Zoek Opdracht } messagebody( badsearchvalue) = { Sorry, your search condition contains invalid data. } messageheading( templateparsingerror ) = { Template Parsing Error } messagebody( templateparsingerror) = { Error parsing HTML Templates: <%templateerrormessage%> (Error number <%errornumber%>) } messageheading( noassetdata ) = { Geen Asset Data } messagebody( noassetdata) = { Could not access Asset. } messageheading( recorddeleted ) = { Record Verwijderd } messagebody( recorddeleted) = { This record has been deleted from the catalog. } messageheading( badrequestdata ) = { Invalid Request Data } messagebody( badrequestdata) = { Incomplete or invalid request data received. Probably CGI search or post arguments are missing. } ;;</pre> In mijn geval heb ik mijn eigen definities in een eigen template opgeslagen namelijk TopIT.html. Dit is zowel voor het overzicht als voor eventueel verplaatsen van de server en dergelijke een goed idee. Deze moeten we dan echter wel includen inde Main.html. Die ziet er ongeveer uit als onderstaande pagina.

23 ;; <pre> ;; ;;; Reply Page Templates Main File ;; file-includes a suite of templates ;; template files can be viewed with a web browser. It is ;; recommended though that they be edited with a "plain" text ;; editor like BBEdit. If you're using a HTML editor, ;; you tread unsafe ground. ; Containing a definition for the reply page, ; result item and list formatting definitions for the ; three result displays "textandthumbnail", "thumbnail", "text" #include "SearchResult.html" ; This is the same as "Search Result Display", except: ; 1) there exists no connection to the Collection Basket ; 2) item definitions contain download links to the ; catalogued assets #include "SearchResult no Basket.html" ; <A href="queryforms.html">query Forms</A> ; Containing the query form definitions matching the search interfaces ; of "simplesearch.html" and "compoundsearch.html" #include "QueryForms.html" ; Collection basket checkout templates supporting the checkout CGI sample #include "CollBasketSample.html" ; Containing the default definitions of all definable templates. ; If you want to override a default definition, make changes in ; the "defaults" file. ; You may also put an overriding definition in one of the above files, ; but please note that if a definition appears more than once, ; the first one is taken. #include "defaults.html" ;Dit is de eigen definitie #include "topit.html"

24 Het geheel ziet er in een webbrowser ongeveer zo uit. Resultaat Pagina Collection basket

25 Checkout Page Een ingevulde checkoutpage Deze pagina wordt vanuit Filemaker Gepubliceerd, Alles wat hier gebeurt wordt in een Filemaker Database opgeslagen, ook de download link heb ik vanuit Filemaker geconstrueerd.

26 De download link. De reply page als er op één van de andere knoppen wordt geklikt. De filemaker database, zoals zichtbaar is heb ik op download en op CD geklikt.

MyDHL+ Van Non-Corporate naar Corporate

MyDHL+ Van Non-Corporate naar Corporate MyDHL+ Van Non-Corporate naar Corporate Van Non-Corporate naar Corporate In MyDHL+ is het mogelijk om meerdere gebruikers aan uw set-up toe te voegen. Wanneer er bijvoorbeeld meerdere collega s van dezelfde

Nadere informatie

Handleiding Installatie ADS

Handleiding Installatie ADS Handleiding Installatie ADS Versie: 1.0 Versiedatum: 19-03-2014 Inleiding Deze handleiding helpt u met de installatie van Advantage Database Server. Zorg ervoor dat u bij de aanvang van de installatie

Nadere informatie

MyDHL+ ProView activeren in MyDHL+

MyDHL+ ProView activeren in MyDHL+ MyDHL+ ProView activeren in MyDHL+ ProView activeren in MyDHL+ In MyDHL+ is het mogelijk om van uw zendingen, die op uw accountnummer zijn aangemaakt, de status te zien. Daarnaast is het ook mogelijk om

Nadere informatie

! GeoNetwork INSPIRE Atom!

! GeoNetwork INSPIRE Atom! GeoNetwork INSPIRE Atom GeoNetwork INSPIRE Atom 1 Configuration 2 Metadata editor 3 Services 3 Page 1 of 7 Configuration To configure the INSPIRE Atom go to Administration > System configuration and enable

Nadere informatie

EM7680 Firmware Update by OTA

EM7680 Firmware Update by OTA EM7680 Firmware Update by OTA 2 NEDERLANDS/ENGLISH EM7680 Firmware update by OTA Table of contents 1.0 (NL) Introductie... 3 2.0 (NL) Firmware installeren... 3 3.0 (NL) Release notes:... 3 4.0 (NL) Overige

Nadere informatie

Het beheren van mijn Tungsten Network Portal account NL 1 Manage my Tungsten Network Portal account EN 14

Het beheren van mijn Tungsten Network Portal account NL 1 Manage my Tungsten Network Portal account EN 14 QUICK GUIDE C Het beheren van mijn Tungsten Network Portal account NL 1 Manage my Tungsten Network Portal account EN 14 Version 0.9 (June 2014) Per May 2014 OB10 has changed its name to Tungsten Network

Nadere informatie

EM6250 Firmware update V030507

EM6250 Firmware update V030507 EM6250 Firmware update V030507 EM6250 Firmware update 2 NEDERLANDS/ENGLISH Table of contents 1.0 (NL) Introductie... 3 2.0 (NL) Firmware installeren... 3 3.0 (NL) Release notes:... 5 1.0 (UK) Introduction...

Nadere informatie

Settings for the C100BRS4 MAC Address Spoofing with cable Internet.

Settings for the C100BRS4 MAC Address Spoofing with cable Internet. Settings for the C100BRS4 MAC Address Spoofing with cable Internet. General: Please use the latest firmware for the router. The firmware is available on http://www.conceptronic.net! Use Firmware version

Nadere informatie

Release notes Q3-2018

Release notes Q3-2018 Release notes Q3-2 018 Release notes Q3-2018 release This release is a smaller release due to the GDPR release that was in between Q1-2018 and Q3-2018 release. Please note that if you want to make use

Nadere informatie

Hoe te verbinden met NDI Remote Office (NDIRO): Apple OS X How to connect to NDI Remote Office (NDIRO): Apple OS X

Hoe te verbinden met NDI Remote Office (NDIRO): Apple OS X How to connect to NDI Remote Office (NDIRO): Apple OS X Handleiding/Manual Hoe te verbinden met (NDIRO): Apple OS X How to connect to (NDIRO): Apple OS X Inhoudsopgave / Table of Contents 1 Verbinden met het gebruik van Apple OS X (Nederlands)... 3 2 Connect

Nadere informatie

Firewall van de Speedtouch 789wl volledig uitschakelen?

Firewall van de Speedtouch 789wl volledig uitschakelen? Firewall van de Speedtouch 789wl volledig uitschakelen? De firewall van de Speedtouch 789 (wl) kan niet volledig uitgeschakeld worden via de Web interface: De firewall blijft namelijk op stateful staan

Nadere informatie

LDAP Server on Yeastar MyPBX & tiptel 31xx/32xx series

LDAP Server on Yeastar MyPBX & tiptel 31xx/32xx series LDAP Server on Yeastar MyPBX & tiptel 31xx/32xx series Tiptel b.v. Camerastraat 2 1322 BC Almere tel.: +31-36-5366650 fax.: +31-36-5367881 info@tiptel.nl Versie 1.2.0 (09022016) Nederlands: De LDAP server

Nadere informatie

Registratie- en activeringsproces voor de Factuurstatus Service NL 1 Registration and activation process for the Invoice Status Service EN 11

Registratie- en activeringsproces voor de Factuurstatus Service NL 1 Registration and activation process for the Invoice Status Service EN 11 QUICK GUIDE B Registratie- en activeringsproces voor de Factuurstatus Service NL 1 Registration and activation process for the Invoice Status Service EN 11 Version 0.14 (July 2015) Per May 2014 OB10 has

Nadere informatie

Registratie- en activeringsproces voor de Factuurstatus Service NL 1 Registration and activation process for the Invoice Status Service EN 10

Registratie- en activeringsproces voor de Factuurstatus Service NL 1 Registration and activation process for the Invoice Status Service EN 10 QUICK GUIDE B Registratie- en activeringsproces voor de Factuurstatus Service NL 1 Registration and activation process for the Invoice Status Service EN 10 Version 0.19 (Oct 2016) Per May 2014 OB10 has

Nadere informatie

Hoe met Windows 8 te verbinden met NDI Remote Office (NDIRO) How to connect With Windows 8 to NDI Remote Office (NDIRO

Hoe met Windows 8 te verbinden met NDI Remote Office (NDIRO) How to connect With Windows 8 to NDI Remote Office (NDIRO Handleiding/Manual Hoe met Windows 8 te verbinden met NDI Remote Office (NDIRO) How to connect With Windows 8 to NDI Remote Office (NDIRO Inhoudsopgave / Table of Contents 1 Verbinden met het gebruik van

Nadere informatie

WebSite Director Gebruikersgids

WebSite Director Gebruikersgids WebSite Director Gebruikersgids CyberTeams, Inc. 104 South Main Street, Mt. Airy, MD 21771 301-829-6144! www.cyberteams.com CyberTeams and WebSite Director are registered trademarks of CyberTeams, Inc.

Nadere informatie

EM7680 Firmware Auto-Update for Kodi 17.2

EM7680 Firmware Auto-Update for Kodi 17.2 EM7680 Firmware Auto-Update for Kodi 17.2 2 NEDERLANDS/ENGLISH EM7680 Firmware Auto-update for Kodi 17.2 Table of contents 1.0 (NL) Introductie... 3 2.0 (NL) Firmware installeren... 3 3.0 (NL) Opmerking...

Nadere informatie

ARCHIEFBEHEER. Basis gebruikersgids. > RS-Web

ARCHIEFBEHEER. Basis gebruikersgids. > RS-Web Basis gebruikersgids > RS-Web >> Januari 2011 > Inhoud Toegang tot RS-Web 1. Home 1a. Intro 1b. My Preferences 1c. Change Password 1d. User Admin 2. Meest gebruikte functies 2a. Doos laten ophalen ter

Nadere informatie

Shipment Centre EU Quick Print Client handleiding [NL]

Shipment Centre EU Quick Print Client handleiding [NL] Shipment Centre EU Quick Print Client handleiding [NL] Please scroll down for English. Met de Quick Print Client kunt u printers in Shipment Centre EU configureren. De Quick Print Client kan alleen op

Nadere informatie

Hoe te werken met Word en SmarTeam?

Hoe te werken met Word en SmarTeam? Hoe te werken met Word en SmarTeam? Nikhef number: Item number: Date: 09/09/2010 Page: 1 of 17 23001-MT-00008 AA1330 Status: In Work Revision: A.4 Project: Bedrijf Intern Technical Departments Department:

Nadere informatie

Zo kan je linken maken tussen je verschillende groepen van gegevens.

Zo kan je linken maken tussen je verschillende groepen van gegevens. 1 1. Entity Reference Entity Reference zal ook een onderdeel zijn van Drupal 8. Het is een module van het type veld. Het is een heel krachtige module die toelaat om referenties te maken tussen verschillende

Nadere informatie

EM7580 Firmware Update by Micro SD card

EM7580 Firmware Update by Micro SD card EM7580 Firmware Update by Micro SD card 2 NEDERLANDS/ENGLISH EM7580 Firmware update by Micro SD card Table of contents 1.0 (NL) Introductie... 3 2.0 (NL) Firmware installeren... 3 3.0 (NL) Opmerking...

Nadere informatie

2019 SUNEXCHANGE USER GUIDE LAST UPDATED

2019 SUNEXCHANGE USER GUIDE LAST UPDATED 2019 SUNEXCHANGE USER GUIDE LAST UPDATED 0 - -19 1 WELCOME TO SUNEX DISTRIBUTOR PORTAL This user manual will cover all the screens and functions of our site. MAIN SCREEN: Welcome message. 2 LOGIN SCREEN:

Nadere informatie

Leeftijdcheck (NL) Age Check (EN)

Leeftijdcheck (NL) Age Check (EN) Leeftijdcheck (NL) Age Check (EN) [Type text] NL: Verkoopt u producten die niet aan jonge bezoekers verkocht mogen worden of heeft uw webwinkel andere (wettige) toelatingscriteria? De Webshophelpers.nl

Nadere informatie

Activant Prophet 21. Prophet 21 Version 12.0 Upgrade Information

Activant Prophet 21. Prophet 21 Version 12.0 Upgrade Information Activant Prophet 21 Prophet 21 Version 12.0 Upgrade Information This class is designed for Customers interested in upgrading to version 12.0 IT staff responsible for the managing of the Prophet 21 system

Nadere informatie

General info on using shopping carts with Ingenico epayments

General info on using shopping carts with Ingenico epayments Inhoudsopgave 1. Disclaimer 2. What is a PSPID? 3. What is an API user? How is it different from other users? 4. What is an operation code? And should I choose "Authorisation" or "Sale"? 5. What is an

Nadere informatie

Handleiding beheer lijst.hva.nl. See page 11 for Instruction in English

Handleiding beheer lijst.hva.nl. See page 11 for Instruction in English Handleiding beheer lijst.hva.nl See page 11 for Instruction in English Maillijsten voor medewerkers van de Hogeschool van Amsterdam Iedereen met een HvA-ID kan maillijsten aanmaken bij lijst.hva.nl. Het

Nadere informatie

open standaard hypertext markup language internetprotocol transmission control protocol internet relay chat office open xml

open standaard hypertext markup language internetprotocol transmission control protocol internet relay chat office open xml DOWNLOAD OR READ : OPEN STANDAARD HYPERTEXT MARKUP LANGUAGE INTERNETPROTOCOL TRANSMISSION CONTROL PROTOCOL INTERNET RELAY CHAT OFFICE OPEN XML PDF EBOOK EPUB MOBI Page 1 Page 2 relay chat office open xml

Nadere informatie

OnlineCursusMaken.nl Gratis MailChimp Training

OnlineCursusMaken.nl Gratis MailChimp Training 1 OnlineCursusMaken.nl Gratis MailChimp Training Les 1 - Vertalingen MailChimp Formulieren In dit document staan van alle MailChimp formulieren de e vertalingen. Log in bij MailChimp en ga naar Lists ->

Nadere informatie

SEO Content. Creditcard aanvragen? Dé beste creditcards vergelijken.

SEO Content. Creditcard aanvragen? Dé beste creditcards vergelijken. Website review creditcardkiezer.nl Generated on October 16 2016 08:23 AM The score is 45/100 SEO Content Title Creditcard aanvragen? Dé beste creditcards vergelijken. Length : 57 Perfect, your title contains

Nadere informatie

ASP.NET Test 2009-2010. Jan Van Ryckeghem

ASP.NET Test 2009-2010. Jan Van Ryckeghem ASP.NET Test 2009-2010 Jan Van Ryckeghem Inhoud Exceptionhandling H4... 3 Try Catch slide 25... 3 Error pagina slide 29... 3 Error.aspx... 3 Error.aspx.cs... 4 Web.config... 4 Logbestand aanmaken... 4

Nadere informatie

Icoon/Icon Betekenis Description. Change scheduling Online. Gaat offline op (datum/tijd) Online. Going offline on (date/time)

Icoon/Icon Betekenis Description. Change scheduling Online. Gaat offline op (datum/tijd) Online. Going offline on (date/time) Algemeen/General Gepubliceerd maar gewijzigd Published but changed Meer acties op geselecteerde content More actions on selected content Gepubliceerd en niet gewijzigd Published and not changed Terugdraaien

Nadere informatie

Lists of words from the books, and feedback from the sessions, are on

Lists of words from the books, and feedback from the sessions, are on Vocabulairetrainer www.quizlet.com - handleiding 1. Woordenlijsten van de boeken en de feedback van de les staan op http://www.quizlet.com. Lists of words from the books, and feedback from the sessions,

Nadere informatie

How to install and use dictionaries on the ICARUS Illumina HD (E652BK)

How to install and use dictionaries on the ICARUS Illumina HD (E652BK) (for Dutch go to page 4) How to install and use dictionaries on the ICARUS Illumina HD (E652BK) The Illumina HD offers dictionary support for StarDict dictionaries.this is a (free) open source dictionary

Nadere informatie

EM7680 Firmware Update by Micro SD card

EM7680 Firmware Update by Micro SD card EM7680 Firmware Update by Micro SD card 2 NEDERLANDS/ENGLISH EM7680 Firmware update by Micro SD card Table of contents 1.0 (NL) Introductie... 2 2.0 (NL) Firmware installeren... 2 3.0 (NL) Opmerking...

Nadere informatie

Installatie ArcGIS Desktop Basis, ArcGIS Engine en Download ArcGIS Server

Installatie ArcGIS Desktop Basis, ArcGIS Engine en Download ArcGIS Server Handleiding Installatie ArcGIS Desktop Basis, ArcGIS Engine en Download ArcGIS Server Cevi NV Bisdomplein 3 9000 GENT Tel 09 264 07 01 contactcenter@cevi.be http://www.cevi.be 1 INHOUDSOPGAVE 1 INHOUDSOPGAVE...

Nadere informatie

Met een LightSwitch applicatie een OData service uit de Windows Azure Marketplace consumeren

Met een LightSwitch applicatie een OData service uit de Windows Azure Marketplace consumeren Met een LightSwitch applicatie een OData service uit de Windows Azure Marketplace consumeren Om eens wat ervaring op te doen met de Windows Azure Marketplace heb ik een publieke en gratis databron gekozen

Nadere informatie

Hieronder volgt een overzicht van relevante contactpersonen binnen KPN Telecom.

Hieronder volgt een overzicht van relevante contactpersonen binnen KPN Telecom. 1. Contact personen 2. Rent-a-Switch service 3. Validaties 4. Afhandeling Rent-a-Switch orders 5. Foutmeldingen 1. Contact personen Hieronder volgt een overzicht van relevante contactpersonen binnen KPN

Nadere informatie

SAMPLE 11 = + 11 = + + Exploring Combinations of Ten + + = = + + = + = = + = = 11. Step Up. Step Ahead

SAMPLE 11 = + 11 = + + Exploring Combinations of Ten + + = = + + = + = = + = = 11. Step Up. Step Ahead 7.1 Exploring Combinations of Ten Look at these cubes. 2. Color some of the cubes to make three parts. Then write a matching sentence. 10 What addition sentence matches the picture? How else could you

Nadere informatie

Gebruikershandleiding Portal. Eekels Elektrotechniek

Gebruikershandleiding Portal. Eekels Elektrotechniek Gebruikershandleiding Portal Eekels Elektrotechniek Inhoudsopgave 1 Installatie gebruikerssoftware... 3 1.1 Installatie Citrix Receiver... 5 2 Aanmelden op de Portal... 6 2.1 Werkwijze... 6 3 Extra instellingen

Nadere informatie

Hieronder volgt een overzicht van relevante contactpersonen binnen KPN.

Hieronder volgt een overzicht van relevante contactpersonen binnen KPN. Index Contactpersonen Aangevraagde informatie bekijken in uw inbox Foutmeldingen Contactpersonen Hieronder volgt een overzicht van relevante contactpersonen binnen KPN. Indien u technische problemen heeft,

Nadere informatie

Maillijsten voor medewerkers van de Universiteit van Amsterdam

Maillijsten voor medewerkers van de Universiteit van Amsterdam See page 11 for Instruction in English Maillijsten voor medewerkers van de Universiteit van Amsterdam Iedereen met een UvAnetID kan maillijsten aanmaken bij list.uva.nl. Het gebruik van de lijsten van

Nadere informatie

CENTEXBEL CLIENT WEB

CENTEXBEL CLIENT WEB CENTEXBEL CLIENT WEB Table of Contents Wat is de Centexbel Client web?... 2 Hoe een account activeren in het programma?... 2 Schermen... 4 Log in... 4 Wat als er een personeelslid met de account gegevens

Nadere informatie

LES 11: VAN LOKAAL NAAR ONLINE. Lesoverzicht: Aan de slag Domeinnaam Web hosting FTP gegevens FTP programma s Database exporteren Samenvatting

LES 11: VAN LOKAAL NAAR ONLINE. Lesoverzicht: Aan de slag Domeinnaam Web hosting FTP gegevens FTP programma s Database exporteren Samenvatting LES 11: VAN LOKAAL NAAR ONLINE Lesoverzicht: Aan de slag Domeinnaam Web hosting FTP gegevens FTP programma s Database exporteren Samenvatting Tijd: 10 minuten Doel: Aan het einde van de les kun je de lokale

Nadere informatie

Functioneel Ontwerp / Wireframes:

Functioneel Ontwerp / Wireframes: Functioneel Ontwerp / Wireframes: Het functioneel ontwerp van de ilands applicatie voor op de iphone is gebaseerd op het iphone Human Interface Guidelines handboek geschreven door Apple Inc 2007. Rounded-Rectangle

Nadere informatie

Wat leuk dat je wilt werken met Glogster (http://www.glogster.com)! Maar wat is het?

Wat leuk dat je wilt werken met Glogster (http://www.glogster.com)! Maar wat is het? Inhoudsopgave Inleiding! 1 TIP: Inlognamen op de basisschool! 2 Gereedschap - Graphics! 6 Gereedschap - Wall! 6 Gereedschap - Video! 8 Publiceren en/of Opslaan! 9 Inleiding Wat leuk dat je wilt werken

Nadere informatie

Veel gestelde vragen nieuwe webloginpagina

Veel gestelde vragen nieuwe webloginpagina Veel gestelde vragen nieuwe webloginpagina Op deze pagina treft u een aantal veel gestelde vragen aan over het opstarten van de nieuwe webloginpagina http://weblogin.tudelft.nl: 1. Ik krijg de melding

Nadere informatie

CENTEXBEL CLIENTS WEB

CENTEXBEL CLIENTS WEB CENTEXBEL CLIENTS WEB Table of Contents Wat is de Centexbel Clients web?... 2 Hoe een account activeren in het programma?... 2 Schermen... 4 Log in... 4 Wat als er een personeelslid met de account gegevens

Nadere informatie

ICARUS Illumina E653BK on Windows 8 (upgraded) how to install USB drivers

ICARUS Illumina E653BK on Windows 8 (upgraded) how to install USB drivers ICARUS Illumina E653BK on Windows 8 (upgraded) how to install USB drivers English Instructions Windows 8 out-of-the-box supports the ICARUS Illumina (E653) e-reader. However, when users upgrade their Windows

Nadere informatie

FOR DUTCH STUDENTS! ENGLISH VERSION NEXT PAGE. Toets Inleiding Kansrekening 1 8 februari 2010

FOR DUTCH STUDENTS! ENGLISH VERSION NEXT PAGE. Toets Inleiding Kansrekening 1 8 februari 2010 FOR DUTCH STUDENTS! ENGLISH VERSION NEXT PAGE Toets Inleiding Kansrekening 1 8 februari 2010 Voeg aan het antwoord van een opgave altijd het bewijs, de berekening of de argumentatie toe. Als je een onderdeel

Nadere informatie

Luister alsjeblieft naar een opname als je de vragen beantwoordt of speel de stukken zelf!

Luister alsjeblieft naar een opname als je de vragen beantwoordt of speel de stukken zelf! Martijn Hooning COLLEGE ANALYSE OPDRACHT 1 9 september 2009 Hierbij een paar vragen over twee stukken die we deze week en vorige week hebben besproken: Mondnacht van Schumann, en het eerste deel van het

Nadere informatie

Intermax backup exclusion files

Intermax backup exclusion files Intermax backup exclusion files Document type: Referentienummer: Versienummer : Documentatie 1.0 Datum publicatie: Datum laatste wijziging: Auteur: 24-2-2011 24-2-2011 Anton van der Linden Onderwerp: Documentclassificatie:

Nadere informatie

EM7680 Firmware Update by Micro SD card or USB

EM7680 Firmware Update by Micro SD card or USB EM7680 Firmware Update by Micro SD card or USB 2 NEDERLANDS/ENGLISH EM7680 Firmware update by Micro SD card or USB Table of contents 1.0 (NL) Introductie... 3 2.0 (NL) Firmware installeren... 3 3.0 (NL)

Nadere informatie

GS1 Data Source. Guide to the Management of Digital Files for Suppliers

GS1 Data Source. Guide to the Management of Digital Files for Suppliers Guide to the Management of Digital Files for Suppliers Version 1.3, Final - approved, 25 May 2018 Summary Document property Name Value GS1 Data Source Date 25 May 2018 Version 1.3 Status Description Final

Nadere informatie

Tim Akkerman - Head of Mobile

Tim Akkerman - Head of Mobile Tim Akkerman - Head of Mobile Emesa is the largest e-commerce company for searching, comparing and booking travel and leisure packages in the following categories: Holidays - Other accommodations - Hotels

Nadere informatie

EM7680 Firmware Update by Micro SD card or USB stick

EM7680 Firmware Update by Micro SD card or USB stick EM7680 Firmware Update by Micro SD card or USB stick 2 NEDERLANDS/ENGLISH EM7680 Firmware update by Micro SD card or USB stick Table of contents 1.0 (NL) Introductie... 3 2.0 (NL) Firmware installeren...

Nadere informatie

Formulieren maken met Dreamweaver CS 4/CS 5

Formulieren maken met Dreamweaver CS 4/CS 5 Formulieren maken met Dreamweaver CS 4/CS 5 In deze handleiding leer je om een formulier en elementen die je binnen een formulier kunt gebruiken, te ontwerpen met Dreamweaver. Het uitgangspunt is dat dit

Nadere informatie

TAAL ACTIEF GROEP 8 SPELLING 2 PDF

TAAL ACTIEF GROEP 8 SPELLING 2 PDF TAAL ACTIEF GROEP 8 SPELLING 2 PDF ==> Download: TAAL ACTIEF GROEP 8 SPELLING 2 PDF TAAL ACTIEF GROEP 8 SPELLING 2 PDF - Are you searching for Taal Actief Groep 8 Spelling 2 Books? Now, you will be happy

Nadere informatie

PhotoworkZ pop-up website handleiding

PhotoworkZ pop-up website handleiding PhotoworkZ pop-up website handleiding Inhoudsopgave PhotoworkZ pop-up website handleiding...1 Aanmelden op de admin module...2 Beheer van teksten...3 Tekst downloaden en aanpassen...3 Aanpassen van teksten...4

Nadere informatie

MyDHL+ Uw accountnummer(s) delen

MyDHL+ Uw accountnummer(s) delen MyDHL+ Uw accountnummer(s) delen met anderen Uw accountnummer(s) delen met anderen in MyDHL+ In MyDHL+ is het mogelijk om uw accountnummer(s) te delen met anderen om op uw accountnummer een zending te

Nadere informatie

DBMS. DataBase Management System. Op dit moment gebruiken bijna alle DBMS'en het relationele model. Deze worden RDBMS'en genoemd.

DBMS. DataBase Management System. Op dit moment gebruiken bijna alle DBMS'en het relationele model. Deze worden RDBMS'en genoemd. SQL Inleiding relationele databases DBMS DataBase Management System!hiërarchische databases.!netwerk databases.!relationele databases.!semantische databases.!object oriënted databases. Relationele databases

Nadere informatie

Studenthandleiding Portfolio in Blackboard Learn

Studenthandleiding Portfolio in Blackboard Learn Studenthandleiding Stafbureau onderwijs & onderzoek Functioneel beheer Blackboard Learn. T.b.v. October 2014 release. Versie: 02-12-2014. Handleiding portfolio studenten In deze handleiding wordt het aanmaken

Nadere informatie

Handleiding Digipass DP310

Handleiding Digipass DP310 Handleiding Digipass DP310 Deze handleiding geeft u uitleg over het activeren en gebruik maken van uw Digipass. Toetsen van de Digipass OK: voor het aan- of uitschakelen van het apparaat of om een handeling

Nadere informatie

LONDEN MET 21 GEVARIEERDE STADSWANDELINGEN 480 PAGINAS WAARDEVOLE INFORMATIE RUIM 300 FOTOS KAARTEN EN PLATTEGRONDEN

LONDEN MET 21 GEVARIEERDE STADSWANDELINGEN 480 PAGINAS WAARDEVOLE INFORMATIE RUIM 300 FOTOS KAARTEN EN PLATTEGRONDEN LONDEN MET 21 GEVARIEERDE STADSWANDELINGEN 480 PAGINAS WAARDEVOLE INFORMATIE RUIM 300 FOTOS KAARTEN EN PLATTEGRONDEN LM2GS4PWIR3FKEP-58-WWET11-PDF File Size 6,444 KB 117 Pages 27 Aug, 2016 TABLE OF CONTENT

Nadere informatie

Inhoudsopgave. Introductie Hoofdstuk 1 Website login Hoofdstuk 2 Customer info Hoofdstuk 3 Contacts... 5

Inhoudsopgave. Introductie Hoofdstuk 1 Website login Hoofdstuk 2 Customer info Hoofdstuk 3 Contacts... 5 ModitechKlantportaal Moditech Rescue Solutions B.V. Herenweg 44 1718 AG Hoogwoud tel.: +31 (0)226 412 900 fax: +31 (0)226 412 909 url: www.moditech.com e-mail: info@moditech.com Copyright 2013 Moditech

Nadere informatie

Website review gulrijopleidingen.nl

Website review gulrijopleidingen.nl Website review gulrijopleidingen.nl Generated on March 05 2019 19:24 PM The score is 53/100 SEO Content Title Rijschool Den Haag: Autorijlessen én Motorrijlessen - GUL Rijopleidingen Length : 72 Ideally,

Nadere informatie

Website review kamernet.nl

Website review kamernet.nl Website review kamernet.nl Generated on October 22 2016 22:07 PM The score is 51/100 SEO Content Title Huur een kamer, appartement of studio Kamernet Length : 48 Perfect, your title contains between 10

Nadere informatie

ZOEKEN MEDLINE COMPLETE

ZOEKEN MEDLINE COMPLETE ZOEKEN MEDLINE COMPLETE VERSCHILLEN MET PUBMED EENVOUDIG ZOEKEN UITGEBREID ZOEKEN ZOEKGESCHIEDENIS TIPS & TRUCS VERSCHILLEN MET PUBMED Je hebt direct toegang tot de fulltext van meer dan 2,400 medische

Nadere informatie

Introductie in flowcharts

Introductie in flowcharts Introductie in flowcharts Flow Charts Een flow chart kan gebruikt worden om: Processen definieren en analyseren. Een beeld vormen van een proces voor analyse, discussie of communicatie. Het definieren,

Nadere informatie

B1 Woordkennis: Spelling

B1 Woordkennis: Spelling B1 Woordkennis: Spelling Bestuderen Inleiding Op B1 niveau gaan we wat meer aandacht schenken aan spelling. Je mag niet meer zoveel fouten maken als op A1 en A2 niveau. We bespreken een aantal belangrijke

Nadere informatie

Standard Parts Installatie Solid Edge ST3

Standard Parts Installatie Solid Edge ST3 Hamersveldseweg 65-1b 3833 GL LEUSDEN 033-457 33 22 033-457 33 25 info@caap.nl www.caap.nl Bank (Rabo): 10.54.52.173 KvK Utrecht: 32075127 BTW: 8081.46.543.B.01 Standard Parts Installatie Solid Edge ST3

Nadere informatie

ez Mailing Manager - Create your First Campaign

ez Mailing Manager - Create your First Campaign Knowledge base article 19/10/09 Support ez Mailing Manager - Create your First Campaign Document Information Creator Tags Document Language Security Class Status Version Information 14/10/09 Jurgen Verhelst

Nadere informatie

TaskCentre Web Service Connector: Creëren van requests in Synergy Enterprise

TaskCentre Web Service Connector: Creëren van requests in Synergy Enterprise TaskCentre Web Service Connector: Creëren van requests in Synergy Enterprise Inhoudsopgave 1. Voorbereiding... 4 2. Web Service Connector tool configuratie... 5 3. TaskCentre taak voor het aanmaken van

Nadere informatie

Uitleg CMS Utrecht Your Way Button 1. Inloggen

Uitleg CMS Utrecht Your Way Button 1. Inloggen Uitleg CMS Utrecht Your Way Button 1. Inloggen Met jouw login gegevens kun je inloggen via http://button.utrechtyourway.nl/cms 2. Dashboard Na inloggen wordt het dashboard van het CMS zichtbaar. Of te

Nadere informatie

DALISOFT. 33. Configuring DALI ballasts with the TDS20620V2 DALI Tool. Connect the TDS20620V2. Start DALISOFT

DALISOFT. 33. Configuring DALI ballasts with the TDS20620V2 DALI Tool. Connect the TDS20620V2. Start DALISOFT TELETASK Handbook Multiple DoIP Central units DALISOFT 33. Configuring DALI ballasts with the TDS20620V2 DALI Tool Connect the TDS20620V2 If there is a TDS13620 connected to the DALI-bus, remove it first.

Nadere informatie

3.4 De Wizard voor het samenvoegen

3.4 De Wizard voor het samenvoegen 3.4 De Wizard voor het samenvoegen Het hoofddocument kan een brief, maar kan ook een etiket of enveloppe zijn. Bij het samenvoegen van het hoofddocument met het gegevensbestand worden telkens de gegevens

Nadere informatie

SecureLink Customer portal handleiding

SecureLink Customer portal handleiding Inhoudsopgave SecureLink Customer portal handleiding 1. Inloggen in de customer portal 2. Een gebruiker aanmaken 3. Een case aanmaken 4. Een case verder opvolgen 1. Inloggen in de Customer portal Om in

Nadere informatie

E-mails verzenden Auteur : Reint Endendijk Versie : 1.0 Datum : 24 juni 2010

E-mails verzenden Auteur : Reint Endendijk Versie : 1.0 Datum : 24 juni 2010 Auteur : Reint Endendijk Versie : 1.0 Datum : 24 juni 2010 2 In de module Relatiebeheer kunnen e-mails worden verzonden naar contactpersonen die in het systeem zijn opgeslagen. Mail kan gestuurd worden

Nadere informatie

Handleiding. Verlinde Net@Price Website

Handleiding. Verlinde Net@Price Website Handleiding Verlinde Net@Price Website Inhoudsopgave Inleiding 2 Hoofdstuk 1. Maak een nieuwe configuratie 4 Hoofdstuk 2. Bekijk een bestaande configuratie 13 Hoofdstuk 3. Levertijden 13 1 Inleiding De

Nadere informatie

<input type="text" name="veldnaam" size="20" maxlength="30" value="inhoud veld">

<input type=text name=veldnaam size=20 maxlength=30 value=inhoud veld> Les 9: Formulieren. Proficiat, U hebt het al tot de laatste oefening gebracht. In deze les komen formulieren aan bod, U hebt ze zeker al eens gezien op een site, en indien niet neem dan eens vlug een kijke

Nadere informatie

WebSite Director Gebruikersgids

WebSite Director Gebruikersgids WebSite Director Gebruikersgids CyberTeams, Inc. 104 South Main Street, Mt. Airy, MD 21771 301-829-6144! www.cyberteams.com CyberTeams and WebSite Director are registered trademarks of CyberTeams, Inc.

Nadere informatie

Als u dit dan probeert te doen dan zal hij zeggen dat de versie van Silverlight al geïnstalleerd is.

Als u dit dan probeert te doen dan zal hij zeggen dat de versie van Silverlight al geïnstalleerd is. GPS-eSuite werkt niet meer in Google Chrome versie 42. Indien uw Google Chrome een update heeft gehad naar de laatste versie 42 of hoger dan zal u merken dat hij constant komt vragen om Microsoft Silverlight

Nadere informatie

WWW.EMINENT-ONLINE.COM

WWW.EMINENT-ONLINE.COM WWW.EMINENT-OINE.COM HNDLEIDING USERS MNUL EM1016 HNDLEIDING EM1016 USB NR SERIEEL CONVERTER INHOUDSOPGVE: PGIN 1.0 Introductie.... 2 1.1 Functies en kenmerken.... 2 1.2 Inhoud van de verpakking.... 2

Nadere informatie

Inhoudsopgave" Inleiding" 2" TIP: Inlognamen op de basisschool" 3" Gereedschap - Graphics" 4" Gereedschap - Wall" 5" Gereedschap - Video" 6"

Inhoudsopgave Inleiding 2 TIP: Inlognamen op de basisschool 3 Gereedschap - Graphics 4 Gereedschap - Wall 5 Gereedschap - Video 6 Inhoudsopgave Inleiding 2 TIP: Inlognamen op de basisschool 3 Gereedschap - Graphics 4 Gereedschap - Wall 5 Gereedschap - Video 6 Publiceren en/of Opslaan 8 Pagina 1-9 Inleiding! Wat leuk dat je wilt werken

Nadere informatie

ECHTE MANNEN ETEN GEEN KAAS PDF

ECHTE MANNEN ETEN GEEN KAAS PDF ECHTE MANNEN ETEN GEEN KAAS PDF ==> Download: ECHTE MANNEN ETEN GEEN KAAS PDF ECHTE MANNEN ETEN GEEN KAAS PDF - Are you searching for Echte Mannen Eten Geen Kaas Books? Now, you will be happy that at this

Nadere informatie

Website review nieuws-feiten.nl

Website review nieuws-feiten.nl Website review nieuws-feiten.nl Generated on August 21 2017 19:24 PM The score is 58/100 SEO Content Title Onthullend en Bewustmakend Nieuws - Nieuws - Feiten Length : 53 Perfect, your title contains between

Nadere informatie

Inhoudsopgave. Introductie Hoofdstuk 1 Website login Hoofdstuk 2 Customer info Hoofdstuk 3 Contacts... 5

Inhoudsopgave. Introductie Hoofdstuk 1 Website login Hoofdstuk 2 Customer info Hoofdstuk 3 Contacts... 5 ModitechKlantportaal Moditech Rescue Solutions B.V. Herenweg 44 1718 AG Hoogwoud tel.: +31 (0)226 412 900 fax: +31 (0)226 412 909 url: www.moditech.com e-mail: info@moditech.com Copyright 2017 Moditech

Nadere informatie

Factuurstatus Service NL 1 Invoice Status Service EN 11. Rapport Ingediende Facturen NL 21 Report Invoices Submitted EN 29

Factuurstatus Service NL 1 Invoice Status Service EN 11. Rapport Ingediende Facturen NL 21 Report Invoices Submitted EN 29 QUICK GUIDE A Factuurstatus Service NL 1 Invoice Status Service EN 11 Rapport Ingediende Facturen NL 21 Report Invoices Submitted EN 29 Version 2.2 (June 2014) Per May 2014 OB10 has changed its name to

Nadere informatie

Installatie van Windows 10 op laptops. Windows 10 installation on laptops

Installatie van Windows 10 op laptops. Windows 10 installation on laptops Installatie van Windows 10 op laptops In mei vindt de migratie naar Windows 10 plaats op de laptops. Per dag worden ongeveer 25 laptops gemigreerd. Elke laptop heeft een ISSC-sticker met een laptop-nummer.

Nadere informatie

Postcode module Webservices

Postcode module Webservices Postcode module Webservices Installatie handleiding Total Internet Group B.V. - Amsterdam 1. Installatie van de postcode module via Magento connect 1. Login op de backend van uw Magento webwinkel 2. Ga

Nadere informatie

Instellen en werken met Templates

Instellen en werken met Templates Instellen en werken met Templates Pagina 2 van 8 Nationaal Golfpakket F Inhoudsopgave D Instellingen in het golfpakket...5 Aanmaken Templates... 5 Instellen van de templates in het golfpakket... 6 Links

Nadere informatie

Een webpagina maken. Een website bouwen met HTML en CSS practicum 1

Een webpagina maken. Een website bouwen met HTML en CSS practicum 1 Een webpagina maken De komende periode wordt in 8 practica een aantal technieken behandeld, die je nodig hebt om een (eenvoudige) website te kunnen bouwen. Nadat je deze 8 practica hebt doorgewerkt, moet

Nadere informatie

ExceltoCI s voor het aanmaken van studieactiviteiten. Inhoud

ExceltoCI s voor het aanmaken van studieactiviteiten. Inhoud ExceltoCI s voor het aanmaken van studieactiviteiten Inhoud Algemene opmerkingen ExceltoCI voor het aanmaken van studieactiviteiten... 2 Voordat je aan de slag kunt... 3 Introductie tot de verschillende

Nadere informatie

ANGSTSTOORNISSEN EN HYPOCHONDRIE: DIAGNOSTIEK EN BEHANDELING (DUTCH EDITION) FROM BOHN STAFLEU VAN LOGHUM

ANGSTSTOORNISSEN EN HYPOCHONDRIE: DIAGNOSTIEK EN BEHANDELING (DUTCH EDITION) FROM BOHN STAFLEU VAN LOGHUM Read Online and Download Ebook ANGSTSTOORNISSEN EN HYPOCHONDRIE: DIAGNOSTIEK EN BEHANDELING (DUTCH EDITION) FROM BOHN STAFLEU VAN LOGHUM DOWNLOAD EBOOK : ANGSTSTOORNISSEN EN HYPOCHONDRIE: DIAGNOSTIEK STAFLEU

Nadere informatie

Stap 1: Registreer via de link op de G-schijf beschikbaar na inloggen met de teken-account, verzend via Submit. Nadien krijg je een bevestiging op

Stap 1: Registreer via de link op de G-schijf beschikbaar na inloggen met de teken-account, verzend via Submit. Nadien krijg je een bevestiging op Stap 1: Registreer via de link op de G-schijf beschikbaar na inloggen met de teken-account, verzend via Submit. Nadien krijg je een bevestiging op het scherm met de melding dat de registratie compleet

Nadere informatie

MobiDM App Handleiding voor Windows Mobile Standard en Pro

MobiDM App Handleiding voor Windows Mobile Standard en Pro MobiDM App Handleiding voor Windows Mobile Standard en Pro Deze handleiding beschrijft de installatie en gebruik van de MobiDM App voor Windows Mobile Version: x.x Pagina 1 Index 1. WELKOM IN MOBIDM...

Nadere informatie

Een formulier ontwerpen

Een formulier ontwerpen Een formulier ontwerpen Op iedere professionele website is tegenwoordig wel een formulier te vinden, dat door de bezoeker van de website kan worden ingevuld. Formulieren op websites worden voor verschillende

Nadere informatie

Y.S. Lubbers en W. Witvoet

Y.S. Lubbers en W. Witvoet WEBDESIGN Eigen Site Evaluatie door: Y.S. Lubbers en W. Witvoet 1 Summary Summary Prefix 1. Content en structuur gescheiden houden 2. Grammaticaal correcte en beschrijvende markup 3. Kopregels 4. Client-

Nadere informatie

EM4594 Firmware update

EM4594 Firmware update EM4594 Firmware update EM4594 Firmware update 2 NEDERLANDS/ENGLISH Table of contents 1.0 (NL) Introductie... 3 2.0 (NL) Firmware installeren... 3 4.0 (NL) Overige informatie:... 7 1.0 (UK) Introduction...

Nadere informatie

My Inspiration I got my inspiration from a lamp that I already had made 2 years ago. The lamp is the you can see on the right.

My Inspiration I got my inspiration from a lamp that I already had made 2 years ago. The lamp is the you can see on the right. Mijn Inspiratie Ik kreeg het idee om een variant te maken van een lamp die ik al eerder had gemaakt. Bij de lamp die in de onderstaande foto s is afgebeeld kun je het licht dimmen door de lamellen open

Nadere informatie