Skip to content

Commit

Permalink
Switch to Boostrap 5
Browse files Browse the repository at this point in the history
  • Loading branch information
achlipala committed Jul 20, 2021
1 parent 7f76f82 commit 1c6dba3
Show file tree
Hide file tree
Showing 57 changed files with 101 additions and 102 deletions.
2 changes: 1 addition & 1 deletion assignTasks.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con assignable :: {Type}
Expand Down
2 changes: 1 addition & 1 deletion assignTimes.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

val eventLengthInSeconds = 60 * 90

Expand Down
2 changes: 1 addition & 1 deletion auth.ur
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* Generic authentication backed by a database table *)

open Bootstrap4
open Bootstrap

style alert_fixed

Expand Down
2 changes: 1 addition & 1 deletion cached.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

con r = _
val fl = _
Expand Down
2 changes: 1 addition & 1 deletion calendar.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

datatype level = Forbidden | Read | Write

Expand Down
2 changes: 1 addition & 1 deletion calendarAddons.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

type event_data = {
Id : option string,
Expand Down
2 changes: 1 addition & 1 deletion choicesFromPreferences.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con choice :: Name
Expand Down
2 changes: 1 addition & 1 deletion chooseForeign.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con const :: {Type}
Expand Down
2 changes: 1 addition & 1 deletion closedBallot.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con voterKey1 :: Name
Expand Down
2 changes: 1 addition & 1 deletion csv.ur
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ fun importTableWithHeader [fs] [fsC] [cs] [fs ~ fsC]
return hso)
sep 1 input None)

open Bootstrap4
open Bootstrap

functor Import1(M : sig
con fs :: {Type}
Expand Down
4 changes: 2 additions & 2 deletions default.ur
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
open Bootstrap4
open Bootstrap

con r = _
val fl = _

val css =
{Bootstrap = bless "https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css",
{Bootstrap = bless "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
FontAwesome = bless "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/fontawesome.min.css",
FontAwesomeSolid = bless "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/solid.min.css",
FontAwesomeRegular = bless "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/regular.min.css",
Expand Down
4 changes: 2 additions & 2 deletions default.urp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
library .
allow url https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css
allow url https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css
allow url https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css
allow url https://cdn.jsdelivr.net/npm/[email protected]/dist/css/select2.min.css
script https://code.jquery.com/jquery-3.4.1.slim.min.js
script https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js
script https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js
script https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js
script https://cdn.ckeditor.com/4.13.1/standard/ckeditor.js
script https://cdn.jsdelivr.net/npm/[email protected]/dist/js/select2.min.js
script https://cdn.jsdelivr.net/npm/[email protected]/build/jquery.datetimepicker.full.min.js
Expand Down
2 changes: 1 addition & 1 deletion discussion.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

datatype access =
Forbidden
Expand Down
2 changes: 1 addition & 1 deletion displayRow.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con key :: {(Type * Type * Type)}
Expand Down
2 changes: 1 addition & 1 deletion editGrid.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con key :: {Type}
Expand Down
2 changes: 1 addition & 1 deletion editableTable.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

type permission = {Add : bool,
Delete : bool,
Expand Down
2 changes: 1 addition & 1 deletion explorer.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

type t1 (full :: {Type}) (p :: (Type * {Type} * {Type} * {{Unit}} * Type * Type * Type)) =
{Title : string,
Expand Down
2 changes: 1 addition & 1 deletion finalGrades.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

datatype access = Forbidden | Read | Write

Expand Down
2 changes: 1 addition & 1 deletion formToTable.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con widgets :: {(Type * Type * Type)}
Expand Down
2 changes: 1 addition & 1 deletion grades.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

datatype single_student =
Atomic of string * option int
Expand Down
2 changes: 1 addition & 1 deletion input.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con const :: {Type}
Expand Down
2 changes: 1 addition & 1 deletion inputStrings.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con const :: {Type}
Expand Down
2 changes: 1 addition & 1 deletion ledger.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

type month = int * Datetime.month

Expand Down
2 changes: 1 addition & 1 deletion lib.urp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html5
library $/bootstrap/bootstrap4
library $/bootstrap/bootstrap5
library $/ajaxUpload
library ckeditor
library dateTimePicker
Expand Down
2 changes: 1 addition & 1 deletion linearStateMachine.ur
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* Moving through steps in the life cycle of an application *)

open Bootstrap4
open Bootstrap

datatype activatedAs = NextStep | FastForward | Rewind

Expand Down
2 changes: 1 addition & 1 deletion meetingGrid.ur
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ style meeting_selected
style meeting_conflict
style meeting_movable

open Bootstrap4
open Bootstrap
open Tooltip

functor Make(M : sig
Expand Down
1 change: 0 additions & 1 deletion navbar.urp
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
jsFile navbar.js
2 changes: 1 addition & 1 deletion news.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

datatype access =
Forbidden
Expand Down
2 changes: 1 addition & 1 deletion openBallot.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con voterKey1 :: Name
Expand Down
2 changes: 1 addition & 1 deletion paramQuery.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
type input
Expand Down
2 changes: 1 addition & 1 deletion paramQuery1.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
type input
Expand Down
2 changes: 1 addition & 1 deletion parameterizedQuery.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

signature S = sig
con params :: {(Type * Type * Type)}
Expand Down
2 changes: 1 addition & 1 deletion permissionedSettings.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

type t (w :: Type) (d :: Type) = {
Create : string -> transaction w,
Expand Down
2 changes: 1 addition & 1 deletion pickerGrid.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con hidden :: {Type}
Expand Down
2 changes: 1 addition & 1 deletion preferences.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con choice :: Name
Expand Down
2 changes: 1 addition & 1 deletion profile.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con key :: {Type}
Expand Down
2 changes: 1 addition & 1 deletion review.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con when :: Name
Expand Down
2 changes: 1 addition & 1 deletion rsvp2.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
val homeLabel : string
Expand Down
2 changes: 1 addition & 1 deletion scheduleSessions.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M: sig
con sessionKey1 :: Name
Expand Down
2 changes: 1 addition & 1 deletion setTimes.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con key :: Name
Expand Down
2 changes: 1 addition & 1 deletion simpleQuery.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con fs :: {Type}
Expand Down
2 changes: 1 addition & 1 deletion simpleQuery1.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con fs :: {Type}
Expand Down
2 changes: 1 addition & 1 deletion simplerAssignTimes.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con key :: Name
Expand Down
2 changes: 1 addition & 1 deletion smartInsert.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con custom :: {Type}
Expand Down
2 changes: 1 addition & 1 deletion smartList.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

(* One of these is all about generating content for the two main parts of a Bootstrap card. *)
type t (inp :: Type) (r :: {Type}) (cfg :: Type) (st :: Type) = {
Expand Down
2 changes: 1 addition & 1 deletion smartTable.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

(* One of these is all about generating content table headers and rows *)
type t (inp :: Type) (r :: {Type}) (cfg :: Type) (st :: Type) = {
Expand Down
2 changes: 1 addition & 1 deletion submission.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con key1 :: Name
Expand Down
2 changes: 1 addition & 1 deletion tableToTable.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con key :: {(Type * Type * Type)}
Expand Down
2 changes: 1 addition & 1 deletion timePreferences.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con key :: Name
Expand Down
2 changes: 1 addition & 1 deletion todo.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

type tag (t :: Type) =
{Label : string,
Expand Down
2 changes: 1 addition & 1 deletion toggle.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

type xbody' = xml [Body] [] []

Expand Down
2 changes: 1 addition & 1 deletion toggle3.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

type xbody' = xml [Body] [] []

Expand Down
2 changes: 1 addition & 1 deletion ui.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

type context = {
ModalId : id,
Expand Down
2 changes: 1 addition & 1 deletion userlist.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con key :: Name
Expand Down
2 changes: 1 addition & 1 deletion usersFromPreferences.ur
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open Bootstrap4
open Bootstrap

functor Make(M : sig
con choice :: Name
Expand Down
Loading

0 comments on commit 1c6dba3

Please sign in to comment.