notifications_deeplink

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
notifications_deeplink [2023/04/19 12:21] Viola Scottnotifications_deeplink [2023/04/19 14:03] (current) Shelley Hunter
Line 31: Line 31:
     <meta name="author" content="">     <meta name="author" content="">
     <link rel="icon" href="/docs/4.0/assets/img/favicons/favicon.ico">     <link rel="icon" href="/docs/4.0/assets/img/favicons/favicon.ico">
- 
     <title>Product example for Bootstrap</title>     <title>Product example for Bootstrap</title>
     <link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/product/">     <link rel="canonical" href="https://getbootstrap.com/docs/4.0/examples/product/">
Line 39: Line 38:
     <link href="https://getbootstrap.com/docs/4.0/examples/product/product.css" rel="stylesheet">     <link href="https://getbootstrap.com/docs/4.0/examples/product/product.css" rel="stylesheet">
   </head>   </head>
- 
   <body>   <body>
- 
-    <nav class="site-header sticky-top py-1"> 
-      <div class="container d-flex flex-column flex-md-row justify-content-between"> 
-        <a class="py-2" href="#"> 
-          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block mx-auto"><circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line></svg> 
-        </a> 
-        <a class="py-2 d-none d-md-inline-block" href="#">Tour</a> 
-        <a class="py-2 d-none d-md-inline-block" href="#">Product</a> 
-        <a class="py-2 d-none d-md-inline-block" href="#">Features</a> 
-        <a class="py-2 d-none d-md-inline-block" href="#">Enterprise</a> 
-        <a class="py-2 d-none d-md-inline-block" href="#">Support</a> 
-        <a class="py-2 d-none d-md-inline-block" href="#">Cart</a> 
-      </div> 
-    </nav> 
- 
     <div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light">     <div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light">
       <div class="col-md-5 p-lg-5 mx-auto my-5">       <div class="col-md-5 p-lg-5 mx-auto my-5">
-        <h1 class="display-4 font-weight-normal">Punny headline</h1> +        <h1 class="display-4 font-weight-normal">Thank you  {{APP_NAME} for registering your interest, one of our consultants will be in touch.</h1>
-        <p class="lead font-weight-normal">And an even wittier subheading to boot. Jumpstart your marketing efforts with this example based on Apple's marketing pages.</p> +
-        <a class="btn btn-outline-secondary" href="#">Interest Acknowledged</a>+
       </div>       </div>
       <div class="product-device box-shadow d-none d-md-block"></div>       <div class="product-device box-shadow d-none d-md-block"></div>
       <div class="product-device product-device-2 box-shadow d-none d-md-block"></div>       <div class="product-device product-device-2 box-shadow d-none d-md-block"></div>
     </div>     </div>
-  
-    <footer class="container py-5"> 
-      <div class="row"> 
-        <div class="col-12 col-md"> 
-          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="d-block mb-2"><circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line></svg> 
-          <small class="d-block mb-3 text-muted">&copy; 2017-2018</small> 
-        </div> 
-        <div class="col-6 col-md"> 
-          <h5>Features</h5> 
-          <ul class="list-unstyled text-small"> 
-            <li><a class="text-muted" href="#">Cool stuff</a></li> 
-            <li><a class="text-muted" href="#">Random feature</a></li> 
-            <li><a class="text-muted" href="#">Team feature</a></li> 
-            <li><a class="text-muted" href="#">Stuff for developers</a></li> 
-          </ul> 
-        </div> 
-      </div> 
-    </footer> 
- 
- 
     <!-- Bootstrap core JavaScript     <!-- Bootstrap core JavaScript
     ================================================== -->     ================================================== -->
Line 146: Line 107:
  </WriteWebPage>  </WriteWebPage>
 </Library> </Library>
- 
    <Parameters>    <Parameters>
  <Parameter name="personid"/>  <Parameter name="personid"/>
Line 153: Line 113:
  <Parameter name="templateid"/>  <Parameter name="templateid"/>
  <Parameter name="displaytemplateid"/>  <Parameter name="displaytemplateid"/>
-   </Parameters> +   </Parameters>  
-  +   <SetVariable name="progid" value=""/>
-     <SetVariable name="progid" value=""/>+
  
  <Block>  <Block>
Line 167: Line 126:
       from person  where person.personid = :personid and  exists (select * from vacancy where  vacancyid = :vacancyid)       from person  where person.personid = :personid and  exists (select * from vacancy where  vacancyid = :vacancyid)
  </SQLSelect>  </SQLSelect>
- <IfAnyRows> + 
- + <IfAnyRows>
  <SQLExec>INSERT INTO tempshiftprogress ( TempShiftProgressID,TempShiftPlanID,Status,StaffID,PersonID,WhenEntered ) VALUES ( Uniquekey(''), :tempshiftplanid, 'S', userstaffid, :personid, current timestamp );  <SQLExec>INSERT INTO tempshiftprogress ( TempShiftProgressID,TempShiftPlanID,Status,StaffID,PersonID,WhenEntered ) VALUES ( Uniquekey(''), :tempshiftplanid, 'S', userstaffid, :personid, current timestamp );
                         </SQLExec>                         </SQLExec>
Line 190: Line 149:
                                 </SQLExec>                                 </SQLExec>
  <SQLExec>call GenerateContactEventEmailLog (:ceid, current timestamp, :recipients, '', 'IN', 'LINK')  <SQLExec>call GenerateContactEventEmailLog (:ceid, current timestamp, :recipients, '', 'IN', 'LINK')
-                                </SQLExec>  +                                </SQLExec>
- +
      </if>       </if>
  <Call>WriteWebPage</Call>  <Call>WriteWebPage</Call>
Line 204: Line 162:
     <Rollback/>      <Rollback/>
  </Catch>  </Catch>
-  
-  
- 
 </Job></sxh> </Job></sxh>
 ++++ ++++
  • notifications_deeplink.1681906865.txt.gz
  • Last modified: 2023/04/19 12:21
  • by Viola Scott