Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Online AngularJS Editor

<%@page language="java" contentType="text/html; charset=utf-8"
	pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>

<meta name="description" content="">
<meta name="author" content="">

<meta name="viewport"
	content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<!-- Basic Styles -->
<link rel="stylesheet" type="text/css" media="screen"
	href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="screen"
	href="css/font-awesome.min.css">
 
<!-- SmartAdmin Styles : Caution! DO NOT change the order -->
<link rel="stylesheet" type="text/css" media="screen"
	href="css/smartadmin-production-plugins.min.css">
<link rel="stylesheet" type="text/css" media="screen"
	href="css/smartadmin-production.min.css">
<link rel="stylesheet" type="text/css" media="screen"
	href="css/smartadmin-skins.min.css">

<!-- SmartAdmin RTL Support  -->
<link rel="stylesheet" type="text/css" media="screen"
	href="css/smartadmin-rtl.min.css">

<!-- We recommend you use "your_style.css" to override SmartAdmin
		     specific styles this will also ensure you retrain your customization with each SmartAdmin update.
		<link rel="stylesheet" type="text/css" media="screen" href="css/your_style.css"> -->

<!-- Demo purpose only: goes with demo.js, you can delete this css when designing your own WebApp -->
<link rel="stylesheet" type="text/css" media="screen"
	href="css/demo.min.css">

<!-- FAVICONS -->
<link rel="shortcut icon" href="img/favicon/favicon.ico"
	type="image/x-icon">
<link rel="icon" href="img/favicon/favicon.ico" type="image/x-icon">

<!-- GOOGLE FONT -->
<link rel="stylesheet"
	href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700">

<!-- Specifying a Webpage Icon for Web Clip 
			 Ref: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html -->
<link rel="apple-touch-icon" href="img/splash/sptouch-icon-iphone.png">
<link rel="apple-touch-icon" sizes="76x76"
	href="img/splash/touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120"
	href="img/splash/touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152"
	href="img/splash/touch-icon-ipad-retina.png">


</head>
<body>


	<%
		//Recupero del ruolo: se non esiste, ruolo è "guest"
		String ruolo = (String) request.getSession().getAttribute("ruolo");
		if (ruolo == null) {
			ruolo = "guest";
			request.getSession().setAttribute("ruolo", ruolo);
		}
	%>

	<!-- HEADER -->
	<header id="header"> </header>
	<!-- END HEADER -->

	<!-- Left panel : Navigation area -->
	<!-- Note: This width of the aside area can be adjusted through LESS variables -->
	<aside id="left-panel"> <!-- User info -->
	<div class="login-info"></div>
	<!-- end user info --> <!-- NAVIGATION : This navigation is also responsive-->
	<nav> <!-- 
				NOTE: Notice the gaps after each icon usage <i></i>..
				Please note that these links work a bit different than
				traditional href="" links. See documentation for details.
				-->

	<ul>
		<li><a href="Studenti.jsp"><i class="fa fa-lg fa-fw fa-inbox"></i>
				<span class="menu-item-parent">Studenti</span></a></li>

		<li><a href="Tirocini.jsp"><i class="fa fa-lg fa-fw fa-inbox"></i>
				<span class="menu-item-parent">Tirocini</span></a></li>

		<li class="active open"><a href="#"><i
				class="fa fa-lg fa-fw fa-table"></i> <span class="menu-item-parent">Richieste
					di Tirocinio</span></a>
			<ul style="display: block;">
				<li class="active"><a href="RichiesteDiTirocinio.jsp">Richieste</a>
				</li>

				<li><a href="InValutazione.jsp">In Valutazione</a></li>

			</ul></li>

	</ul>
	</nav> </aside>
	<!-- END NAVIGATION -->

	<!-- MAIN PANEL -->
	<div id="main" role="main">

		<!-- RIBBON -->
		<div id="ribbon">
			<!-- breadcrumb -->
			<ol class="breadcrumb">
				<li>Home</li>
				<li>Login</li>
				<li>Area Personale</li>
				<li>Richieste di Tirocinio</li>
				<li>QuestionarioValutativo</li>
				
			</ol>

			<!-- end breadcrumb -->

			<!-- You can also add more buttons to the
				ribbon for further usability

				Example below:

				<span class="ribbon-button-alignment pull-right">
				<span id="search" class="btn btn-ribbon hidden-xs" data-title="search"><i class="fa-grid"></i> Change Grid</span>
				<span id="add" class="btn btn-ribbon hidden-xs" data-title="add"><i class="fa-plus"></i> Add</span>
				<span id="search" class="btn btn-ribbon" data-title="search"><i class="fa-search"></i> <span class="hidden-mobile">Search</span></span>
				</span> -->

		</div>
		<!-- END RIBBON -->

		<!-- Controllo sul ruolo, se il ruolo è studente, viene visualizzata la tabella con le richieste da egli effettuate -->
		<%
		if(ruolo.equals("Studente")){
		%>
		<br>
		<article class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <!-- Widget ID (each widget will need unique ID)-->
		<div class="jarviswidget jarviswidget-color-blueDark" id="wid-id-0"
			data-widget-editbutton="false">
			<!-- widget options:
								usage: <div class="jarviswidget" id="wid-id-0" data-widget-editbutton="false">

								data-widget-colorbutton="false"
								data-widget-editbutton="false"
								data-widget-togglebutton="false"
								data-widget-deletebutton="false"
								data-widget-fullscreenbutton="false"
								data-widget-custombutton="false"
								data-widget-collapsed="true"
								data-widget-sortable="false"

								-->
			<header> <span class="widget-icon"> <i
				class="fa fa-table"></i>
			</span>
			<h2>Questionario Valutativo Ente Ospitante</h2>

			</header>

			<!-- widget div-->
			<div>

				<!-- widget edit box -->
				<div class="jarviswidget-editbox">
					<!-- This area used as dropdown edit box -->

				</div>
				<!-- end widget edit box -->

				<!-- widget content -->
				<div class="widget-body">

					<div class="table-responsive">
                        <form   name="formQuestionarioEnte" method="post" action="QuestionarioServlet" onsubmit="return validateForm()">
						<table class="table table-bordered">
						 
							<thead>
								<tr>
									<th>Relativamente al progetto di Tirocinio e all’Esperienza:</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>Le attività svolte sono state coerenti con le conoscenze possedute</td>
									<td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt2"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span></td>
									
								</tr>
								<tr>
									<td>Il tirocinio ha migliorato la formazione tecnico</td>
									<td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span><td>
									
								</tr>
								<tr>
									<td>Il tirocinio ha migliorato le soft skill (capacità di
                                        relazionarsi, di lavorare in team, organizzarsi...)</td>
									<td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span><td>
								</tr>
								<tr>
									<td>La durata del tirocinio è stata adeguata agli obiettivi
                                        del progetto</td>
									<td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt2"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span><td>
								</tr>
								<tr>
									<td>Valutazione complessiva dell'esperienza</td>
									<td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span><td>
								</tr>
								<tr>
									<td>Relativamente al tirocinante:</td>
								</tr>
								<tr>
								    <td>Competenze informatiche possedute in ingresso</td>
								    <td><span><input type="submit" value="1" id="eo1"><input type="submit" value="2" id="eo2"><input type="submit" value="3" id="eo3"><input type="submit" value="4" id="eo4"><input type="submit" value="5" id="eo5"></span></td>
								</tr>
								<tr>
								    <td>Competenze acquisite al termine del
                                        tirocinio nella specifica disciplina</td>
								    <td><span><input type="submit" value="1" id="eo1"><input type="submit" value="2" id="eo2"><input type="submit" value="3" id="eo3"><input type="submit" value="4" id="eo4"><input type="submit" value="5" id="eo5"></span></span></td>
								</tr>
																<tr>
								    <td>Motivazione, e interesse</td>
								    <td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span></td>
								</tr>
																<tr>
								    <td>Soft skill (capacità di relazionarsi, di
                                        comunicare, di lavorare in team ...)</td>
								    <td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span></td>
								</tr>
									<tr>
									<td>Relativamente alle strutture universitarie addette alla gestione dei Tirocini:</td>
								</tr>
								<tr>
								    <td>Hanno fornito informazioni chiare ed esaustive</td>
								    <td><span><input type="submit" value="1" id="eo1"><input type="submit" value="2" id="eo2"><input type="submit" value="3" id="eo3"><input type="submit" value="4" id="eo4"><input type="submit" value="5" id="eo5"></span></td>
								</tr>
								<tr>
								    <td>Hanno fornito assistenza e disponibilità</td>
								    <td><span><input type="submit" value="1" id="eo1"><input type="submit" value="2" id="eo2"><input type="submit" value="3" id="eo3"><input type="submit" value="4" id="eo4"><input type="submit" value="5" id="eo5"></span></span></td>
								</tr>
									<tr>
								    <td>I servizi/informazioni fornite via Web sono esaustivi</td>
								    <td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span></td>
								</tr>
							
							
							</tbody>
						</table>
						<input type="submit" value="Conferma" id="Conferma">
						</form>

					</div>
				</div>
				<!-- end widget content -->

			</div>
			<!-- end widget div -->

		</div>
		<!-- end widget --> <%
		}
		%> <!-- Controllo sul ruolo, se esso è Segreteria, viene visualizzata la lista contenente le richieste di tirocinio effettuate dagli studenti -->
		<%
			if(ruolo.equals("TutorAziendale")){
		%> <br>
						<article class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
				
							<!-- Widget ID (each widget will need unique ID)-->
							<div class="jarviswidget jarviswidget-color-darken" id="wid-id-0" data-widget-editbutton="false">
								<!-- widget options:
								usage: <div class="jarviswidget" id="wid-id-0" data-widget-editbutton="false">
				
								data-widget-colorbutton="false"
								data-widget-editbutton="false"
								data-widget-togglebutton="false"
								data-widget-deletebutton="false"
								data-widget-fullscreenbutton="false"
								data-widget-custombutton="false"
								data-widget-collapsed="true"
								data-widget-sortable="false"
				
								-->
								<header>
									<span class="widget-icon"> <i class="fa fa-table"></i> </span>
									<h2>Questionario Valutativo Studente </h2>
				
								</header>
				
								<!-- widget div-->
								<div>
				
									<!-- widget edit box -->
									<div class="jarviswidget-editbox">
										<!-- This area used as dropdown edit box -->
				
									</div>
									<!-- end widget edit box -->
				
									<!-- widget content -->
									<div class="widget-body no-padding">
				
										<table id="dt_basic" class="table table-striped table-bordered table-hover" width="100%">
											<thead>			                
												<tr>
									<th>Relativamente al progetto di Tirocinio e all’Esperienza:</th>
								</tr>
							</thead>
							<tbody>
								<tr>
									<td>Le attività svolte sono state coerenti con le conoscenze possedute</td>
									<td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt2"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span></td>
									
								</tr>
								<tr>
									<td>il tirocinio ha migliorato la formazione tecnico</td>
									<td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span><td>
									
								</tr>
								<tr>
									<td>Il tirocinio ha migliorato le soft skill (capacità di
relazionarsi, di lavorare in team, organizzarsi...)</td>
									<td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span><td>
								</tr>
								<tr>
									<td>La durata del tirocinio è stata adeguata agli obiettivi
del progetto</td>
									<td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt2"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span><td>
								</tr>
								<tr>
									<td>Valutazione complessiva dell'esperienzaa</td>
									<td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span><td>
								</tr>
								<tr>
									<td>Relativamente all'Ente Ospitante<td>
								</tr>
								<tr>
								    <td>Mansioni assegnate</td>
								    <td><span><input type="submit" value="1" id="eo1"><input type="submit" value="2" id="eo2"><input type="submit" value="3" id="eo3"><input type="submit" value="4" id="eo4"><input type="submit" value="5" id="eo5"></span></td>
								</tr>
								<tr>
								    <td>Ambiente di lavoro</td>
								    <td><span><input type="submit" value="1" id="eo1"><input type="submit" value="2" id="eo2"><input type="submit" value="3" id="eo3"><input type="submit" value="4" id="eo4"><input type="submit" value="5" id="eo5"></span></span></td>
								</tr>
																<tr>
								    <td>Competenze tecniche presenti</td>
								    <td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span></td>
								</tr>
																<tr>
								    <td>Logistica e supporto strumentale</td>
								    <td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span></td>
								</tr>
								<tr>
								    <td>Assistenza del tutor Ente Ospitante</td>
								    <td><span><input type="submit" value="1" id="eo1"><input type="submit" value="2" id="eo2"><input type="submit" value="3" id="eo3"><input type="submit" value="4" id="eo4"><input type="submit" value="5" id="eo5"></span></td>
								</tr>
								<tr>
									<td>Relativamente alle strutture universitarie addette alla gestione dei Tirocini:<td>
								</tr>
								
								<tr>
								    <td>Hanno fornito informazioni chiare ed esaustive</td>
								    <td><span><input type="submit" value="1" id="eo1"><input type="submit" value="2" id="eo2"><input type="submit" value="3" id="eo3"><input type="submit" value="4" id="eo4"><input type="submit" value="5" id="eo5"></span></span></td>
								</tr>
									<tr>
								    <td>Hanno fornito assistenza e disponibilità</td>
								    <td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span></td>
								</tr>
								
								</tr>
									<tr>
								    <td>I servizi/informazioni fornite via Web sono esaustive</td>
								    <td><span><input type="submit" value="1" id="pdt1"><input type="submit" value="2" id="pdt1"><input type="submit" value="3" id="pdt1"><input type="submit" value="4" id="pdt1"><input type="submit" value="5" id="pdt1"></span></td>
								</tr>
							
							</tbody>
						</table>
						<input type="submit" value="Conferma" id="Conferma">
						</form>
											</tbody>
										</table>

									</div>
									<!-- end widget content -->
				
								</div>
								<!-- end widget div -->
				
							</div>
							<!-- end widget -->
				
<%
			}
		%>
		</body>
</html>

Online AngularJS Editor

<!DOCTYPE HTML>
    <HTML>
        <head>
        <link href="/normalize.css" rel="stylesheet">
            <title>EnvyMinkz</title>
            <style>
                body{
                    padding:0px 10px 0px 10px;
                }
                    
                   ul {
                        padding: 10px;
                        background: rgba(0,0,0,0.5);
                        text-align:center;
                                             }
                 li {
                        display: inline;
                        padding: 0px 10px 0px 10px;
                                                }  
                                    
                 img {
                     width:100%;
                    
                 }                   
            </style>
        
        </head>
            
        <body>
            <!-- Navagation menu -->
            
            <header>
                <nav>
                    <img src="https://res.cloudinary.com/devulpm55/image/upload/v1546070752/logo.png" height="490"/>
                <ul>
                    <li><a href="#">About</a></li>
                    <li><a href="#">Book Service</a></li>
                    <li><a href="#">Lash Care</a></li>
                </ul>
                </nav>
            </header>
            
            
            <h1>Classic</h1>
                <p>The Classic set is perfect for an everyday look that gives just enough without giving too much.<br> The classic lash is for those who are looking for more fuller lashes without the dramatics. Simple,<br> clean, and elegant the classic lash can be worn for many different occasions. </p>
            
            <h1>Hybrid</h1>
             <p>A balanced blend of the Classic and volume mixed the Hybrid lash is ideal for those looking for a sutle but, dramatic lash.<br>The Hybrid lash is a great way to acheive a more fuller lash with a little extra length and a sprinkle of volume. There is really <br> no going wrong with this "just right" lash! </p>
            <h1>Volume</h1>
             <p>With the Volume lash its either go big or go home! The Volume lash provides all the dramatics for those who love a more daring lash.<br> Fanned to perfection and combed to poise you definitely wont be overlooked with the Volume lash ! </p>  
        </body>
    </HTML>

Online AngularJS Editor

<!doctype html>
<html ng-app>
  <head>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.3/angular.min.js"></script>
  </head>
  <body>
    <div ng-app="" ng-init="count=1;myCol='lightblue';person={firstName:'saad',lastName:'baaza'};points=[12,15,17]">
      <label>Name:</label>
      <input type="text" ng-model="yourName" placeholder="Enter a name here" style="background-color:{{myCol}}">
      <hr>
      <h1>Hello {{yourName}}!</h1>
      <p><a ng-bind="yourName"></a></p>
      First Name : {{person.firstName}} </br>
      Last Name : {{person.lastName}}</br>
      Votre moyenne : {{(points[0]+points[1]+points[2])/3}}
      <p ng-bind="count"/>
    </div>
    
    <div ng-app="myApp" ng-controller="myController">
        
        <a>here with controller !!!</a>
        
        <p>Hi Mr : {{firstName}}</p>
    </div>
    
    <script>
      var app = angular.module("myApp",[]);
      
      app.controller("myController",function($scope)){
          $scope.firstName="saadovish";
          $scope.lastName="baaza";
      });
    </script>
    
  </body>
</html>

Online AngularJS Editor

<!doctype html>
<html>
  <head>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.3/angular.min.js"></script>
  </head>
  <body>
    <div ng-app="myApp" ng-controller="myCtrl">
        <h1 ng-click="changeName()">{{firstname}}</h1>
    </div>
    
    <script>
        var app = angular.module('myApp',[]);
        app.controller('myCtrl', function($scope){
           $scope.firstname = "John";
           $scope.changeName = function(){
               $scope.firstname="Sumit";
           }
        });
        
    </script>
  </body>
</html>

script1.js

<!doctype html>
<html ng-app>
  <head>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.3/angular.min.js"></script>
  </head>
  <body ng-controller="MainCtrl">
    <div>
      <label>Name:</label>
      <input type="text" ng-model="yourName" placeholder="Enter a name here">
      <hr>
      <h1>Hello {{yourName}}!</h1>
    </div>
  </body>
</html>

Online AngularJS Editor

<!doctype html>
<html ng-app="myapp">
  <head>

	<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>  </head>
  <body ng-controler="mycontroller">
	<ul>
		<li ng-repeat="u in users">{{u.name}}</li>
	</ul>
<script>
	var app = angular.module("myapp", []);
	app.controller("mycontroller",function($scope, $http){
		$http.get("https://jsonplaceholder.typicode.com/users")
		.then(function(result){
			$scope.users = result;
		});

	});
</script>
  </body>
</html>

Online AngularJS Editor

var s: string = "Hello";
console.log(s);

Online AngularJS Editor

<!doctype html>
<html ng-app="myApp">
<head>
<script src="lib/Angular/angular.js"></script>
 <script src="lib/Angular/angular-route.min.js"></script>
<script>    
    var app = angular.module( "myApp", [] );
    app.controller("AppController", function( $location,$scope ) {
        $location.path("/oldpath"); 
                $scope.getLocation=function(){
                                                     
                               	 $location.path("/Newpath");
                        };
            });
</script>
</head>
<body >
<div ng-controller="AppController">
    {{getLocation()}}    
</div>
</body>
</html>
 

hjhjj

<!doctype html>
<html ng-app>
  <head>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.3/angular.min.js"></script>
  </head>
  <body>
    <div>
      <label>Name:</label>
      <input type="text" ng-model="yourName" placeholder="Enter a name here">
      <hr>
      <h1>Hello {{yourName}}!</h1>
    </div>
  </body>
</html>

Fanpl

<!doctype html>
<html ng-app>
  <head>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.3/angular.min.js"></script>
  </head>
  <body>
    <div>
      <label>Name:</label>
      <input type="text" ng-model="yourName" placeholder="Enter a name here">
      <hr>
      <h1>Hello {{yourName}}!</h1>
    </div>
  </body>
</html>

Previous 1 ... 3 4 5 6 7 8 9 ... 64 Next
Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.